Fame Shock Report
news /

SMP-applied modifications - Documentation for Customizing MainView for IMS and MainView for DBCTL 5.3

The IBM System Modification Program (SMP) should be used to apply these modifications. Using SMP ensures that these modifications are not regressed when a MainView for IMS service is applied.

If a MainView for IMS service is applied to any of the user-modified CSECTs, the user modifications must be restored with an SMP RESTORE and APPLY after the service is applied.

Use the IBM service aid utility AMBLIST to locate the offsets for the entry points in the CSECTs. Sample JCL and a control statement for using the AMBLIST utility are as follows:

Example

// JOB
// EXEC PGM=AMBLIST
//SYSPRINT DD SYSOUT=*
//SYSLIB DD DSN=&prefix.BBLINK,DISP=SHR <=== BBLINK LIBRARY
//SYSIN DD *
LISTLOAD OUTPUT=XREF,MEMBER=(IMPSRV,IMECSAU1,IMECSAU8,IMECSAU9)
/*