Linking RSPs

MVS requires that RSPs be linked above the 16MB line in 31-bit addressing mode. To do this, add a line to the RSP source program similar to the following JCL:

//LNKEDT			EXEC PGM=IEWL,PARM='parms AMODE(31)
 			RMODE(ANY)'

The concatenation sequence for SYSLIB in the link edit step must include a DD statement for the stub library, either in load format or object format.