Updating Load Modules (1 of 2)



Opposite is an extract from the SYSPRINT of the initial Link Edit of the main program.

The modules RDRRTN and WTRRTN had been compiled and linked prior to the compilation of MAINRTN.

The compile and link of MAINRTN did not require any INCLUDE statements as the library holding RDRRTN and WTRRTN was concatenated onto the SYSLIB DD statement.

NCAL was omitted leaving AUTOCALL as the default, and thus RDRRTN and WTRRTN were successfully incorporated from the SYSLIB library chain.

This output of the initial Link-Edit of MAINRTN



z/OS V2 R2 BINDER     13:04:32 MONDAY AUGUST 27, 2018        
BATCH EMULATOR  JOB(VERTRSM2) STEP(S0010   ) PGM= HEWL      P
IEW2278I B352 INVOCATION PARAMETERS - LET,LIST,MAP           
IEW2650I 5102 MODULE ENTRY NOT PROVIDED.  ENTRY DEFAULTS TO S
                                                             
                         *** M O D U L E  M A P ***          
                                                             
---------------                                              
CLASS  B_TEXT            LENGTH =      414  ATTRIBUTES = CAT,
                         OFFSET =        0 IN SEGMENT 001    
---------------                                              
                                                             
 SECTION    CLASS                                      ------
  OFFSET   OFFSET  NAME                TYPE    LENGTH  DDNAME
                                                             
                0  MAINRTN            CSECT       1C1  SYSLIN
                                                             
              1C8  WTRRTN          *  CSECT       120  SYSLIB
                                                             
              2E8  RDRRTN          *  CSECT       12C  SYSLIB

Copyright © Legac-e Education 2015-