Syntax format of the DEFAULTS statements

DEFAULTS LNKLST [REQCOPYFROM | NOREQCOPYFROM] [COPYFROMCUR | NOCOPYFROMCUR]
DEFAULTS LPA    [ADDALIAS | NOADDALIAS]
DEFAULTS EXIT   [ EXITTYPE({ALL | INSTALLATION | NOTPROGRAM}) ]
ADDALIAS | NOADDALIAS
ADDALIAS, or ALIAS, indicates to process provided names and aliases of the provided names. NOADDALIAS, or NOALIAS, indicates to process only the names provided.
Default: NOADDALIAS.
ALL | INSTALLATION | NOTPROGRAM
Indicates that a DISPLAY PROG,EXIT command uses either ALL, INSTALLATION, or NOTPROGRAM if none of the following exit types are specified:
  • ALL, which applies to exits that are either classified or not classified.
  • INSTALLATION, or INSTALL, which applies to exits that are classified as installation exits.
  • NOTPROGRAM, which applies to exits that are classified as program exits. PROGRAM cannot be specified as a default.
  • PROGRAM, or NOTPROG, which applies to exits that are either classified or not classified as an exit that is not an installation exit.
If one of these exit types is specified, the default is not used.
Note: Some exits are not classified as installation or program exits.
Default: ALL
COPYFROMCUR | NOCOPYFROMCUR
Indicates that a LNKLST DEFINE statement, or SETPROG LNKLST,DEFINE command must specify, or must not specify COPYFROM(CURRENT).

If DEFAULTS LNKLST COPYFROMCUR is specified and LNKLST DEFAULTS REQCOPYFROM is specified, the COPYFROM keyword does not have to be specified with the LNKLST DEFINE statement.

COPYFROMCUR, or CFCUR, indicates that the COPYFROM(CURRENT) keyword must be specified.

NOCOPYFROMCUR, or NOCFCUR, indicates that the COPYFROM(CURRENT) keyword must not be specified.

Default: NOCOPYFROMCUR
DEFAULTS
Statement type indicating to set defaults that are applied on LNKLST and LPA statements in PROGxx and also applied on the SETPROG LNKLST, SETPROG LPA, and DISPLAY PROG,EXIT commands.
EXIT
Indicates that this default applies to the DISPLAY PROG,EXIT command.
LNKLST
Indicates that this default applies to LNKLST statements in PROGxx and SETPROG LNKLST commands.
LPA
Indicates that this default applies to LPA statements in PROGxx and SETPROG LPA commands.
REQCOPYFROM | NOREQCOPYFROM
Indicates that a LNKLST DEFINE statement, or SETPROG LNKLST,DEFINE command must specify, or must not specify the COPYFROM or NOCOPYFROM keyword.

REQCOPYFROM, or REQCF, indicates that the COPYFROM keyword must be specified.

NOREQCOPYFROM, or NOREQCF, indicates that the NOCOPYFROM keyword must be specified.

Default: NOREQCOPYFROM