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


Input event log

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

The input event log is a chronological log of the events that took place during the input phase of binder operation. Its presence is controlled by the LIST option. If LIST(OFF) or NOLIST is specified, no input event log is generated. If LIST(STMT), LIST, or LIST(SUMMARY) is specified, only input events pertaining to control statements are logged. If LIST(NOIMP) is specified, messages pertaining to the import control statement are suppressed, while those generated by other control statements and binder calls continue to be logged. When processing DLLs that contain a large number of IMPORT control statements in their side files, this option helps to reduce the number of messages logged while still providing information about other binder processing. If LIST(ALL) is specified, all input events are logged (such as those initiated by binder function calls as well as those initiated by control statements).

Figure 1 contains a sample input event log. The log can include:
  • The list of processing options used in the binder invocation.
  • Errors with the invocation parameter (binder or batch loader options)
  • Line by line summary of functions performed during the input phase. Each bind operation is treated separately: a control statement is printed, followed by a summary of the function performed and the complete names of the objects operated upon.
  • Errors encountered during the input phase.
Figure 1. Sample binder input event log
z/OS V1 R5 BINDER     hh:mm:ss ddddd mmmmm dd, yyyy
BATCH EMULATOR  JOB(TESTHIGH) STEP(BIND1   ) PGM= IEWL
IEW2278I B352 INVOCATION PARAMETERS - LIST(ALL),MAP,XREF,NCAL
IEW2322I 1220  1    INCLUDE MYLIB(PROGBCAD)
IEW2308I 1112 SECTION PROGBCAD HAS BEEN MERGED.
IEW2322I 1220  2    INCLUDE MYLIB(PROGBCDS)
IEW2308I 1112 SECTION PROGBCDS HAS BEEN MERGED.
IEW2322I 1220  3    INCLUDE MYLIB(PROGBCOV)
IEW2308I 1112 SECTION PROGBCOV HAS BEEN MERGED.
IEW2322I 1220  4    MODE AMODE(31),RMODE(ANY)
IEW2322I 1220  5    ENTRY PROGDCTL
IEW2322I 1220  6    ALIAS PROGIND
IEW2322I 1220  7    ALIAS PROGSTAK
IEW2322I 1220  8    NAME PROGIND0(R)
IEW2454W 9203 SYMBOL PROGXCLW UNRESOLVED.  NO AUTOCALL (NCAL) SPECIFIED.
IEW2454W 9203 SYMBOL PROGXCWL UNRESOLVED.  NO AUTOCALL (NCAL) SPECIFIED.
Note: In the binder, message IEW2308I replaces the previous message IEW2307I.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014