Option 1: JCL Job Statements panel

You use the JCL Job Statements panel to build the JCL JOB statement for the IMS HP Change Accumulation Utility program.

For example (after selection A from the Setup selection menu):

Figure 1. JCL Job Statements panel
SETUP                    HPCA JCL Job Statements                SETUP required
COMMAND ===> _________________________________________________________________
                                                                              
Enter END (PF3) to exit. Enter CAN to exit without processing.                
                         Enter RESET to restore JOBCARD defaults.             
JES: JES2  (JES2 or JES3)                                                     
                                                                              
Use JOBCARD from member  JOBJCLR_ in JCLPDS dataset                           
 Key values from member  ________ in JCLPDS dataset                           
JOBCARD Information:                                                          
==> //HPCA     JOB (IMSUTIL-HPCA),CLASS=A,MSGCLASS=A,                         
==> //             REGION=0M,TIME=NOLIMIT,                                    
==> //             NOTIFY=&SYSUID                                              
==> //*                                                                        
==> //*                                                                        
==> //* 
==> //*
                     Member HPCSTASK   (TASK=HPCSTASK)                         
PROCLIB to contain PROCS for HPCA subordinate CA address spaces:
DSname..: ______________________________________________    

JOBLIB to contain JOBS for HPCA subordinate CA address spaces:(Optional)
DSname..: ______________________________________________  

To cancel the process and the data entries that you made on this panel, enter the CAN/CANCEL command. The previous panel is displayed.

Issue the RESET command from this panel to reset all seven JOB JCL statements to the values defined in the JOBCARD member. If this member name is blank, the JOB JCL statements will be reset to the default JOBCARD statements.

Field descriptions for JCL Job Statements panel

JES
Specify JES2 or JES3 depending on the type of job entry subsystem. The eighth JOB statement is inserted based on this selection.
Use JOBCARD from member
Specify the member name from the skeletal JCL library. All eight job statements can be taken from records of a member of the skeletal JCL library. Enter the name of the member in this field.

Enter up to eight statements that will build the JCL JOB statement for the IMS HP Change Accumulation Utility program. All statements must conform to JCL requirements.

Key values from member
Specify the name of a member of the skeletal JCL library that is to be used to resolve user keys present in the JOB statements. The format of the records in this member is the same as the format required to resolve user keys by DBRC.

Resolving user keys can result in job card data being displaced to the left or to the right. Ensure that enough free space is present on the job cards so that after key value substitution, the job card data does not extend beyond column 71.

JOBCARD Information
Information displayed in this panel is the default IMS HP Change Accumulation Utility provides if you do not enter information in the Use JOBCARD from member field. You can modify the default information for your own requirements.
Member
Specify the started task, or procedure name to be used. This name might refer to a member created during IMS HP Change Accumulation Utility installation. The default for a new IMS HP Change Accumulation Utility ID will be HPCSTASK (AS1 mode). The default applies if both member name and PROCLIB are omitted.

If member name is blank and PROCLIB is non-blank, the custom procedure method is selected. If both member name and PROCLIB are non-blank, STC mode is selected.

PROCLIB dsname..:
The name of a library used to store the IMS HP Change Accumulation Utility JCL procedures. This library can be a system library or a user library depending on the values for Member and for JOBLIB. System libraries must be defined in the IEFPDSI concatenation of the master scheduler or PROC00 concatenation of the started JES.
JOBLIB dsname..:
Specify the dsname of a jobs library into which IMS HP Change Accumulation Utility places the JCL for jobs to start the SORT subordinate address spaces. This entry is optional.

If JOBLIB is specified, then the PROCLIB defined in this panel is not required to be in the IEFPDSI or PROC00 concatenation. The JOBLIB dsname must be included in the IEFJOBS data set in the z/OS® startup member MSTJCLxx in SYS1.PARMLIB.