Previous Topic: ParametersNext Topic: Parameters


Batch Change Request Close

The Batch Change Request Close program (CCFB104) closes 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 SYSIPT 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.

// JOB xxxxxxx
//CLOSE JOB,ACCT,PGMR,CLASS=X
// EXEC CCFB104
control statements
      . . .
      . . .