FABHBSIM JCL requirements

FABHBSIM runs as an HSSR application program and, therefore, must meet the requirements for the basic JCL (FABHX034 JCL). In addition, FABHBSIM JCL requires other DD statements.

Prerequisite: See Basic JCL requirements for the basic (FABHX034) JCL requirements.

The following table summarizes additional JCL requirements for FABHBSIM.

Table 1. FABHBSIM DD statements
DDNAME Use Format Need
SYSUT1 Input HSSRBUTR data set Required
EXEC
This statement invokes the procedure FABHDLI, FABHDBB, or FABHULU. The EXEC statement must be in one of the following formats:
//  EXEC FABHDLI,MBR=FABHBSIM,PSB=psbname

//  EXEC FABHDBB,MBR=FABHBSIM,PSB=psbname

//  EXEC FABHULU,MBR=FABHBSIM,DBD=dbdname
SYSUT1 DD
This required input data set defines the data set for buffer handler trace. You must create the buffer handler trace data set in an earlier run of your IMS High Performance Unload job. It is the data set that was defined by the HSSRBUTR DD statement in the earlier run. Here is an example of the format for this data set:
 //SYSUT1 DD DSN=HSSRBUTR,DISP=OLD,UNIT=tape,VOL=SER=xxxxxx