gtpm3m0v | Multi-Processor Interconnect Facility Reference |
MPIF post-processing programs have been distributed on a standard TPF tape in assembler language source statements. These programs must be copied to a DASD data set prior to compilation using an Assembler Level H compiler. In an MVS environment, the user would typically create a partitioned data set with the following sample attributes:
MPIF.POST.SOURCE DCB=(DSORG=PO,LRECL=80,BLKSIZE=nnnn), SPACE=(CYL,(2,2,1))
where: nnnn must be a user provided block size appropriate to the device type (typically BLKSIZE=800).
Each program would be copied as a member to the above PDS (partitioned data set) prior to assembly. The TPF DSECT names DCTTRC, REGEQ, and REGEQ1 should be moved to the installation's TPF macro library prior to assembly. If JCL is used during assembly, a //STEPLIB or //JOBLIB statement would be used to reference the TPF macro library, for example,
//STEPLIB DD DSN=TPF.MACLIB,DISP=SHR
prior to program assembly. Once the programs and DSECTs have been placed in their respective PDS libraries, the user would then activate a standard assembler procedure to assemble the following programs:
Notes:
//STEPLIB DD DSN=TPF.24.LOADLIB,DISP=SHR