Previous Topic: CA Roscoe ExecutionNext Topic: Parameters


Batch Change Request Initiation ($CCFB103)

The Batch Change Request Initiation program ($CCFB103) opens and assigns, or just assigns, change requests. It is available for batch execution, or another program can call it as an interface vehicle. The JCL requires only a program execute statement and SYSIN statements as all needed files are dynamically allocated. The LIB/CCF system master file is dynamically allocated based on the SYSMAST keyword of the $CCFGEN macro.

//OPEN JOB ,pgmr,CLASS=X
//STEP EXEC PGM=$CCFB103
control statements
      .
      .
      .