Previous Topic: Identify FILES and Parmlib Data SetsNext Topic: CA Disk JCL Procedures


SET Command Syntax

To specify the data set names and options that are used during CA Disk functions, use the SET command. Only one command is accepted per execution. The following command is an example of the format:

SET FILESDSN=,PARMSDSN=,ALTFILES,ALTPARMS,PARMLIBD,NOALTFILES,NOPARMS, NOPARMLIBD
FILESDSN=

Specifies the name of the CA Disk FILES data set used in the CA Disk environment. FILESDSN= is a required parameter.

PARMSDSN=

Specifies the name of the CA Disk parmlib data set used in the CA Disk environment. PARMSDSN= is a required parameter.

ALTFILES

To allow users to allocate DDNAME=FILES to their ISPF/TSO session before executing CA Disk command processors, specify this simple parameter. ALTFILES allows users to use other than the default FILES data set.

ALTPARMS

To allow users to allocate DDNAME=PARMLIB to their ISPF/TSO session before executing CA Disk command processors, specify this parameter. ALTPARMS allows users to use other than the default parmlib data set.

PARMLIBD

If your online environment already uses a ddname of PARMLIB (for something other than CA Disk), specify this parameter to cause CA Disk to use the alternate ddname of PARMLIBD.

NOALTFILES

To use the default FILES data set for all ISPF/TSO sessions, specify this parameter.

NOPARMS

To use the default parmlib data set for all ISPF/TSO sessions, specify this parameter.

NOPARMLIBD

To cause CA Disk to use the ddname of PARMLIB for the default parmlib data set, specify this parameter.