SHOW FILES – Display files allocated to Workload Automation Programming Language
Use the SHOW FILES
command to list
each file in turn that it detected as being allocated to the Workload Automation Programming Language step when Workload Automation Programming Language started.
For each file, the
SHOW FILES
command lists:DD Name:Position
- The position shows which file number this is in a concatenation. In most cases it is 1.
DSN(name)
- Data set name for this file.
MEM(name)
- Member name for this file, if one was set at allocation time.
NOINPUT
- Indicates that Workload Automation Programming Language does not consider this file eligible for INPUT.
NOOUTPUT
- Indicates that Workload Automation Programming Language does not consider this file eligible for OUTPUT processing.
NOINCMEM
- Indicates that Workload Automation Programming Language does not consider this file eligible for member INCLUDE.
LRECL(num)
- The record length Workload Automation Programming Language uses to calculate output line breaks.
RECFM(xxx)
- Indicates the record format of the file. If set to a question mark (?), it means that record format has not been set explicitly in either the JCL or when the file was opened.
TYPE(NORMAL|SYSIN|SYSOUT|DUMMY)
- The type of file.
TMP
- Indicates that Workload Automation Programming Language considers this a temporary data set.
CAT
- Indicates that Workload Automation Programming Language considers this a cataloged data set.
CC
- Indicates that the data set is using printer control characters.
The following example shows the output of
SHOW FILES
:03/15 14.42.42 EQQI600A STEPLIB:1 - DSN(TWS.V920.SEQQLMD0) LRECL(72)
...EQQI600A TYPE(NORMAL) CAT
03/15 14.42.42 EQQI600A SYSPROC:1 – DSN(MY.USER.REXX)
LRECL(80)
...EQQI600A TYPE(NORMAL) CAT
03/15 14.42.42 EQQI600A SYSPROC:2 – DSN(TWS.V920.SEQQMISC)
LRECL(72) TYPE(NORMAL)
...EQQI600A CAT
03/15 14.42.42 EQQI600A EQQMLIB:1 - DSN(TWS.V920.SEQQMSG0) LRECL(72)
...EQQI600A TYPE(NORMAL) CAT
03/15 14.42.42 EQQI600A EQQMLOG:1 - DSN(ADCDMST.ADCDMSTS.JOB01870.D0000102.?)
...EQQI600A NOINPUT NOINCMEM LRECL(72) TYPE(SYSOUT) TMP
03/15 14.42.42 EQQI600A EQQDUMP:1 - DSN(ADCDMST.ADCDMSTS.JOB01870.D0000103.?)
...EQQI600A NOINPUT NOINCMEM LRECL(72) TYPE(SYSOUT) TMP