This example, if DLF is authorized, adds JOB1 and JOB2 to an existing DLF authorization. If DLF is not authorized, this example adds the DSNAME to the DLF Record with JOB1 and JOB2 as authorized JOBNAME:
TSS ADDTO(DLF) DSNAME(CICS.MASTER.FILE)
JOBNAME(JOB1,JOB2)
This example leaves the data set authorized for DLF, but removes JOB2 from the list:
TSS REMOVE(DLF) DSNAME(CICS.MASTER.FILE)
JOBNAME(JOB2)
|
Copyright © 2009 CA.
All rights reserved.
|
|