Previous Topic: ISSUERDN and SERIALNUM Keywords—Identify CertificateNext Topic: KERBLINK Keyword—Define Foreign Kerberos Users


JOBNAME Keyword—Bring Data Set into Hyperspace

Valid on z/OS.

Use the JOBNAME keyword with the DLF ACID to allow a specific data set brought into hyperspace if accessed by one of the jobs in the JOBNAME list. The JOBNAME keyword must be used with the DSNAME resource. Up to five JOBNAMEs can be specified per TSS command.

This keyword has the following format:

TSS ADDTO(DLF) DSNAME(SYS1.) 
               JOBNAME(job1,job2,...)

This keyword is used with:

Examples: JOBNAME keyword

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)