Previous Topic

Next Topic

Book Contents

Book Index

SELECT and IGNORE RBC Examples for CTMJOB

Example 1

ORDER DSN=mylib,MEMBER=sample

IGNORE RBC ACCT*

Ignores all RBCs with a prefix of ACCT. All other RBCs are automatically selected.

Example 2

ORDER DSN=mylib,MEMBER=sample

SELECT RBC ACCT1

SELECT RBC ACCT2

IGNORE RBC *

Selects only RBC ACCT1 and ACCT2 and ignores all others.

Parent Topic

CTMJOB – Order Jobs to the Active Jobs File