How to run FP DB Sensor Diagnostics Aid with JCL

To run the diagnostics aid program, supply an EXEC statement and a DD statement that defines the output data set.

Procedure

  1. Specify the EXEC statement. It must be in the following form:
        //stepname  EXEC PGM=HFPUDIAG
  2. Specify a DD statement.
    STEPLIB
    This statement defines the library that contains the HFPUDIAG program (usually prefix.SHFPLMD0).
    SHPSLMD
    This statement defines the library that contains the load modules (usually prefix.SHFPLMD0) for which you have a problem.

    The Load Module APAR Status report is not generated if this DD statement is not provided or if DD DUMMY is specified.

    It is recommended that you specify this DD statement.

    SHPSMAC
    This statement defines the library that contains the macros (usually prefix.SHFPLMD0) for which you have a problem.
    The Macro APAR Status report is not generated if this DD statement is not provided or if DD DUMMY is specified.
    SYSPRINT
    This output data set contains the Load Module/Macro APAR Status report. The data set contains 133-byte, fixed-length records. It can reside on a tape, direct-access device, or printer; or it can be routed through the output stream. If BLKSIZE is coded in the DD statement, it must be a multiple of 133. However, it is recommended that you use:
        //SYSPRINT  DD SYSOUT=A
  3. Run the JCL.