FABPMAIN PROCCTL data set

The FABPMAIN PROCCTL data set contains your description of the processing to be done by HD Pointer Checker.

Format

This control data set usually resides in the input stream. However, it can also be defined as a sequential data set or as a member of a partitioned data set. It must contain 80-byte, fixed-length records. BLKSIZE, if coded, must be a multiple of 80.

This data set can contain one or more combinations of five types of statements; PROC, DATABASE, OPTION, REPORT, and END. These statements can be coded as shown in the following figure.

Figure 1. Example of control statement format in PROCCTL data set
//PROCCTL DD *
 PROC     TYPE=ALL,DBORG=ALL
 OPTION   ERRLIMIT=YES,DIAGDUMP=ERROR,HISTORY=YES,KEYSIN=NO,
          T2CHK=(0,7),ZEROCTR=NO    COMMENT
 REPORT   RUNTM=YES,INTST=YES,INTFS=YES,DBDIST=YES,BITMAP=NO,
          FSEMAP=YES,MAXFSD=YES
* COMMENT STATEMENTS
 DATABASE DB=HDAMDB01,DD=HDAMDS01
  OPTION  ERRLIMIT=YES,DIAGDUMP=ERROR,HISTORY=YES,KEYSIN=YES,
          T2CHK=(0,20),ZEROCTR=YES
  REPORT  RUNTM=YES,INTST=YES,INTFS=YES,DBDIST=YES,BITMAP=YES,
          FSEMAP=YES,MAXFSD=YES
/*