z/OS MVS Program Management: User's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Interpreting batch loader output

z/OS MVS Program Management: User's Guide and Reference
SA23-1393-00

The batch loader output consists of a collection of diagnostic and error messages and an optional storage map of the loaded program. The output is produced in the data set defined by the SYSLOUT DD and SYSTERM DD statements. If these statements are omitted, no output is produced.

SYSLOUT output includes a heading, and the list of options and defaults requested through the PARM field of the EXEC statement. The SIZE stated is the size obtained, and not necessarily the size requested in the PARM field. Error messages are written when the errors are detected. After processing is complete, an explanation of the error is written. z/OS MVS System Messages, Vol 8 (IEF-IGD) lists the batch loader error messages.

SYSTERM output includes only numbered warning and error messages. These messages are written when the errors are detected. After processing is complete, an explanation of each error is written.

The storage map includes the name and absolute address of each control section and entry point defined in the loaded program. Each map entry marked with an asterisk (*) comes from the data set specified on the SYSLIB DD statement. Two asterisks (**) indicate the entry was found in the link pack area; three asterisks (***) indicate the entry comes from text that was preloaded by a compiler. The TYPE column indicates what each entry on the map is used for: SD=control section, LR=label reference, and PR=pseudoregister.

The map is written as the input to the batch loader is processed, so all map entries appear in the same sequence in which the input ESD items are defined. The total size and storage extent of the loaded program are also included. For PL/I programs, a list is written showing pseudoregisters with their addresses assigned relative to zero. Figure 1 shows an example of a module map. The batch loader issues an informational message when the loaded program terminates abnormally.
Figure 1. Batch loader module map
 NAME   TYPE ADDR   NAME    TYPE ADDR   NAME     TYPE ADDR   NAME    TYPE ADDR  NAME   TYPE ADDR

SAMPL2B   SD 161E0  SAMPL2BA  SD 16EC8  IHEMAIN   SD  17CF8  IHENTRY   SD 17D00 IHESPRT  SD 17D10
SYSIN     SD 17D48  IHEVQC  * SD 17D80  IHEVQCA * LR  17D80  IHEVQB  * SD 17FD8 IHEVQBA* LT 17FD8
IHEDIA  * SD 183C0  IHEDIAA * LR 183C0  IHEIAB  * LR  183C2  IHEVPE  * SD 18608 IHEVPEA* LR 18608
IHEVPA  * SD 18870  IHEVPAA * LR 18870  IHEVFC  * SD  189D0  IHEVFCA * LR 189D0 IHEVPC * SD 189F8
IHEVPCA * LR 189F8  IHEVFE  * SD 18BE8  IHEVFEA * LR  18BE8  IHEVSC  * SD 18C08 IHEVSCA* LR 18C08
IHEDNC  * SD 18CB8  IHEDNCA * LR 18CB8  IHEDOA  * SD  18F30  IHEDOAA * LR 18F30 IHEDOAB* LR 18F32
IHEDMA  * SD 19010  IHEDMAA * LR 19010  IHEVFD  * SD  19108  IHEVFDA * LR 19108 IHEVFA * SD 19160
IHEVFAA * LR 19160  IHEVPB  * SD 19248  IHEVPBA * LR  19248  IHEXIS  * SD 193F0 IHEXISO* LR 193F0
IHEIOB  * SD 19488  IHEIOBA * LR 19488  IHEIOBB * LR  19490  IHEIOBC * LR 19498 IHEIOBD* LR 194A0
IHESARC * LR 1A9CB  IHESADD * LR 1A9DE  IHESAFF * LR  1AA18  IHEPRT  * SD 1AB70 IHEPRTA* LR 1AB70
IHEBEGA * LR 1AE28  IHEERR  * SD 1AE68  IHEERRD * LR  1AE68  IHEERRC * LR 1AE68 IHEERRB* LR 1AE7C
IHEERRA * LR 1AE68  IHEERRE * LR 1B4E2  IHEIOF  * SD  1B580  IHEIOFR * LR 1B580 IHEIOFA* LR 1B582
IHEITAZ * LR 1B81E  IHEITAX * LR 18B2A  IHEITAA * LR  1B83E  IHEDCNR * SD 1B680 IHEDCNA* LR 1B860
IHEDCNB * LR 1B862  IHEIOD  * SD 1BA50  IHEIODG * LR  1BA50  IHEIODP * LR 1BA52 IHEIODT* LR 1BB4A
IHEVTB  * SD 1BCF0  IHEVTBA * LR 1BCF0  IHEVQA  * SD  1BD78  IHEVQAA * LR 1BD78


IHEQINV   PR    00  IHEGERR   PR     4  SAMPL2BB  PR      8  SAMPL2BC  PR     C IHEQSPR  PR    10
SYSIN     PR    14  IHEQLSA   PR    18  IHEQLWO   PR     1C  IHEQLW1   PR    20 IHEQLW2  PR    24
IHEQLW3   PR    28  IHEQLW4   PR    2C  IHEQLWE   PR     30  IHEQLCA   PR    34 IHEQVDA  PR    38
IHEQFVD   PR    3C  IHEQFCL   PR    40  IHEQFOP   PR     48  IHEQADC   PR    4C IHEQXLV  PR    50
IHEQEVT   PR    58  IHEQSLA   PR    60  IHEQSAR   PR     64  IHEQLWF   PR    68 IHEQRTC  PR    6C
IHEQDFC   PR    70

IEW1001    IHEUPBA
IEW1001    IHEUPAA
IEW1001    IHETERA
IEW1001    IHEM91C
IEW1001    IHEM91B
IEW1001    IHEM91A
IEW1001    IHEDDOD
IEW1001    IHEVPFA
IEW1001    IHEVPDA
IEW1001    IHEDBNA
IEW1001    IHEVSFA
IEW1001    IHEVSBA
IEW1001    IHEVCAA
IEW1001    IHEVSAA
IEW1001    IHEDNBA
IEW1001    IHEUPBB
IEW1001    IHEUPAB
IEW1001    IHEVSEB

  TOTAL LENGTH   5068
  ENTRY ADDRESS  17D00

IEW1001  WARNING – UNRESOLVED EXTERNAL REFERENCE (NOCALL SPECIFIED)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014