SELECT

An optional parameter used to select a list of tables. To print all Views use the notation SELECT=ALL.

The table names of the Views to be printed are enclosed in parentheses in uppercase characters. A SELECT sequence cannot be continued over two lines. Multiple SELECT keywords can be input if all the table names to be selected for printing will not fit on a single line. Table names in parentheses can be separated by commas or spaces.

Example:
FROMDDN=TBLIB1 SELECT=ALL;
FROMDDN=TBLIB2 FDTTYPE=CICS SELECT=CODE1;
FROMDDN=TBLIB3 SEQ=Y
SELECT=(CODE1,CODE2,CODE3);

Note:
The keywords SELECT and EXCLUDE are mutually exclusive.