Displays the accounts that will be processed.
This statement displays the accounts that will be processed using the current selection criteria. This statement may be useful when running RESYNC or RESTORE in simulation mode to determine what accounts will be selected prior to actually updating the DLimit database. If the SHOW statement is the first statement in the input stream, then the names of all accounts will be displayed in the SYSPRINT dataset, since the default selection cri- teria is to include all accounts. If the SHOW statement is preceded by INCLUDE or EXCLUDE statements, only the accounts selected by these statements will be displayed.
SHOW LIST
LIST
Function: This is an optional parameter. The LIST operand indicates that a mes- sage is to be issued for each account processed by SHOW.
Default: None
Format: LIST
Example Select accounts beginning with PAY, except for those beginning with PAY1, for RESTORE. Before executing the RESTORE statement, use the SHOW statement to dis- play the accounts that will be selected. The following statement could be used as input to DLMAINT.
//DSLSHOW JOB ...
//DLMAINT EXEC PGM=DLMAINT,REGION=4M
//STEPLIB DD DISP=SHR,DSN=DTS.R71.LOADLIB
//SYSABEND DD SYSOUT=*
//SYSIN DD *
INCLUDE ACCOUNTS(PAY*) EXLCUDE ACCOUNTS(PAY1) SHOW LIST