Previous Topic: ParametersNext Topic: ISPF Execution


SYSIN Control Statements

The SYSIN control statements are:

CCFID userid

Specifies the LIB/CCF ID of the user executing the job. Required only if no access control facility (such as CA Top Secret, CA ACF2, or RACF) is active.

JC job statement

Specifies the 1- to 4-line job card statement to use in jobs that $CCFB109 submits. Each line can be up to 61 characters.

DSN dsnid

(Optional) Specifies the 1- to 4-character DB2 for z/OS and OS/390 subsystem name (specified in LIB/CCF Option 0.2).

HISTORY update data

(Optional) Specifies 1 to 19 lines of history update information. Each line can be up to 61 characters long. If omitted, $CCFB109 generates a generalized history card indicating the date and time of the login, and that the login was performed in batch. The history update information applies to all subsequent functions until respecified.

SCHEDULE [mmddyyhhmmss|*] [predname]

(Optional) Specifies job scheduling information for jobs that $CCFB109 submits. The scheduler information applies to all subsequent functions until respecified. See the “Scheduling z/OS and OS/390 Batch Jobs in LIB/CCF” chapter for details on scheduling jobs through LIB/CCF.

mmddyyhhmmss

Specifies the date and time the job should execute. Specify an asterisk (*) for the current date and time. If you specify SCHEDULE without the date and time parameter, job scheduling for subsequent jobs terminates.

predname

pecifies the name of the job that must execute before this job (that is, the predecessor job).

SELECTx WOnnnnnn

Specifies the type of selection to perform, indicated by the value of x (an optional letter). If you specify PGMR, you can specify F. If you omit PGMR (and control group processing is in effect), you can specify letters F, C, L, or U. See the LIB/CCF User Guide for a complete description of the SELECTx command. The value of nnnnnn is the change request number.

DESELECT [library[(member)]]

(Optional) Specifies the library and member to remove generated SELECTx processing from the selection list.

function [library[(member)]]

Specifies the function to perform during the login. If you specify PGMR, valid functions are PROCESS, DELETE, TEST, and SUBMIT. If you omit PGMR (and control group processing is in effect), valid functions are COMPILE, PROCESS, MOVE, REJECT, SUBMIT, and UNLOCK. See the LIB/CCF User Guide for a description of these functions.

REFRESH

Rebuilds the selection list.