PowerExchange for CDC and Mainframe
- PowerExchange for CDC and Mainframe 10.5
- All Products
Fproc_name,DELETE_LOG DSNAME=log_dataset_name
DELETE_LOG DSNAME=log_dataset_nameEND
Parameter
| Description
| Valid Values
|
---|---|---|
DSNAME
| Specifies the fully qualified data set name for the log data set for which to delete information from the ERDS.
| A data set name up to 44 characters in length.
|
END
| Indicates that the input for this command is complete. Required if you include the command in a batch job.
| Not applicable.
|
proc_name
| Specifies the PowerExchange Logger procedure name. Required if you issue the command interactively.
| A valid proc name.
|
//jobname JOB //DEFLOG EXEC PGM=EDMLC000,PARM='????,BATCH' //STEPLIB DD DISP=SHR,DSN=HLQ.LOAD <=== PWX LOAD //EDMPARMS DD DISP=SHR,DSN=YOUR.USERLIB <=== EDMSDIR,EDMUPARM //ERDS01 DD DISP=SHR,DSN=YOUR.????.ERDS01 <=== PRI RESTART DSN //ERDS02 DD DISP=SHR,DSN=YOUR.????.ERDS02 <=== SEC RESTART DSN //SYSPRINT DD SYSOUT=* //SYSIN DD * DELETE_LOG DSNAME=archive_log_dataset_nameEND /*