Previous Topic

Next Topic

Book Contents

Book Index

CTMTBUPD Selection Control Statement

The selection control statement, SEL, contains selection parameters that specify on which tables, job scheduling definitions, applications, groups, and rule-based calendars the utility is to operate. If no SEL statement is coded, then no updates are made to the job scheduling library. The following is the format for the selection control statement:

SEL [TBL=tbl_name][,JOB=job_name][,APPL=app_name]

[,GRP=grp_name][,RBC=sched_rbc][,SCOPE=ALL|FIRST]

where

The selection control statement must precede all update parameters, begin in column 1, and be entirely contained in one record. Note the following points:

Note: If you do not specify any parameters, subsequent update parameters will modify every job in each table in the scheduling library.

Note: To improve performance when multiple SEL/ENDSEL blocks are coded, group the SEL/ENDSEL blocks so that all updates to the same table members are executed consecutively.

Parent Topic

CTMTBUPD Parameters