Previous Topic: RETAIN Keyword—Leave Data Set in HyperspaceNext Topic: RINGDATA Keyword—Add Certificate to a Ring


Examples: RETAIN keyword

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