The LISTDYND control statement produces a list of the dynamic distribution identifiers for a dynamic report. The report is output to the REPORT DD statement.
Syntax:
/LISTDYND ID=id
GEN=nnnnn
SEQ=nnnnn
UNDEF
Where:
Specifies the SYSOUT identifier on the SYSOUT that a listing of distids is desired. This value can be 1 to 32 characters.
Note: If the id contains embedded blanks, commas, parentheses, equal signs, or quotes, it must be enclosed in quotes (single or double). Any quotes in Report-id must be entered as a pair of quotes because a non-paired quote ends the ID. For example, if the value is JIM'S REPORT, it must be entered as 'JIM"s REPORT' or "JIM''s REPORT".
Specifies the absolute or relative number of generations of the SYSOUT group to be listed.
Specifies the absolute or relative sequence number of the SYSOUT group to be listed.
Example: SEQ=-1
The second most recently archive SYSOUT is processed regardless of its generation and sequence number.
Example: SEQ=-2
The third most recently archived SYSOUT is processed regardless of its generation and sequence number.
Indicates that the output of the report is to only contain dynamic distribution identifiers that have not been defined to the Deliver database.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|