Does CA File Master Plus r 9.1 have the same functionality as Macro4 INSYNC utility's map load module in address sequence?
<Please see attached file for image>
CA File Master Plus r 9.1 provides a batch utility CAWABATC. By using a LOADINFO command and CSECT keyword, it will show the link information for each CSECT within a load module.
//STEP1111 EXEC PGM=CAWABATC,REGION=2M
//STEPLIB1 DD DSN=FMMVS.HLQ.CDBILOAD,
// DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSIN DD *
LOADINFO,
CSECT,
LOADLIB(Application.Load.Library)
/*
<Please see attached file for image>
Reference the CA File Master Plus r9.1 Batch Reference Guide, "Chapter 3 Commands - LOADINFO" section, for more detailed information.