This example adds the RETAIN attribute to an existing DLF authorized data set or adds the data set to the DLF Record with the RETAIN attribute.
TSS ADDTO(DLF) DSNAME(CICS.MASTER.FILE)
RETAIN
This example leaves data set authorized for DLF, but removes the RETAIN attribute:
TSS REMOVE(DLF) DSNAME(CICS.MASTER.FILE)
RETAIN
|
Copyright © 2009 CA.
All rights reserved.
|
|