The //SHOW-REDUCTION-FILES-ORIGIN statement is used to output information about the files from which replacement files originate.
SHOW-REDUCTION-FILES-ORIGIN | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PUBSET =
This specifies the pubset on which the replacement files are to be found.
For reasons of compatibility, the specification PUBLIC-VOLUME-SET or PUB-VOL-SET is still permitted in place of PUBSET.
PUBSET = *STD
SATUT searches for the replacement files under the default catalog ID of the SYSAUDIT user ID.
PUBSET = list-poss(20): <cat-id 1..4>
SATUT searches for the replacement files under the specified catalog IDs.
DATE =
Date in the standard replacement file name.
DATE = *ALL
Any date is permissible for the selection.
DATE = <date 8..10>
Creation date of the first file (SAT or CONSLOG file) from which the replacement files were derived.
DATE = *INTERVAL(...)
The date in the standard replacement file name must lie within the specified interval. The value specified for the year must lie between 1960 and 2059 and may be specified as two or four digits. A year number specified with two digits which is less than 60 is regarded as being in this century, while two-digit year numbers greater than or equal to 60 are regarded as being in the previous century. These limits must also be observed even if the year number is specified with four digits; “1955”, for example, is an invalid specification.
FIRST-DATE = <date 8..10>
Lower limit of the interval within which the creation date in the standard replacement file name is to lie.
LAST-DATE = <date 8..10>
Upper limit of the interval within which the creation date in the standard replacement file name is to lie.
SESSION-NUMBER =
Session number in the standard replacement file name.
SESSION-NUMBER = *ALL
Any session number is permissible for the selection.
SESSION-NUMBER = <integer 1..999>
Session number of the first file (SAT or CONSLOG file) from which the replacement files were derived.
SESSION-NUMBER = *RANGE(...)
The session number in the standard replacement file name must be within the specified range.
FIRST-SESSION-NUMBER = <integer 1..999>
Lower limit of the range within which the session number in the standard replacement file name is to lie.
LAST-SESSION-NUMBER = <integer 1..999>
Upper limit of the range within which the session number in the standard replacement file name is to lie.
SEQUENCE-NUMBER =
Sequence number in the standard replacement file name.
SEQUENCE-NUMBER = *ALL
Any sequence number is permissible for the selection.
SEQUENCE-NUMBER = <integer 1..999>
Sequence number of the first file (SAT file or CONSLOG file) from which the replacement files were derived.
SEQUENCE-NUMBER = *RANGE(...)
The sequence number in the standard replacement file name must be within the specified range.
FIRST-SEQU-NUMBER = <integer 1..999>
Lower limit of the range within which the sequence number in the standard replacement file name is to lie.
LAST-SEQU-NUMBER = <integer 1..999>
Upper limit of the range within which the sequence number in the standard replacement file name is to lie.
OUTPUT = *SYSOUT
The requested information is to be output to SYSOUT.
OUTPUT = *SYSLST(...)
The requested information is to be output to SYSLST.
LINES-PER-PAGE = 64 / <integer 20..255>
This defines the number of lines on an output page.
Example
The origin of the replacement files dated 4.5.2017 is to be displayed:
//show-reduction-files-origin pubset=*std,date=2017-05-04, -
// output=sysout
or in abbreviated form:
//show-red-files-orig date=2017-05-04
Output produced by the statement
REDUCTION FILE NAME : :J:$SYSAUDIT.SYS.SATUT.2004-05-04.003.001 CREATION DATE: 2017-05-04-17.09.53.23 INPUT FILES: SYS.SATLOG.2017-05-04.003.01 SYS.SATLOG.2017-05-04.003.02 SELECTION CONDITION : USER-ID IN-LIST('VALERIE','VALERE','MICHELE', 'ISABELLE','ARMAND','THIERRY','PHILIPPE') AND FILNAME IN-LIST ('SYS.SATUT.2017-05-01.001.001', 'SYS.SATUT.2017-05-01.001.002')