Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

ABENDS & Debugging :: RE: S922 Error

$
0
0
Author: Robert Sample
Subject: Reply to: S922 Error
Posted: Fri Dec 02, 2016 7:53 pm (GMT 5.5)

First, the problem could be with how your site allocates memory for a job, so you really need to address this with your site support group.

Second, if you search the Web for IBM ABEND information, the quality of the information is about as good as what you paid for it. From the z/OS V2.1 MVS System Codes manual in the MVS bookshelf:
Quote:
z/OS MVS System Codes
SA38-0665-00

922
Explanation
During initialization of a job step, after all of the job step's data sets had been allocated, or during termination of a job step, before any of the job step's data sets had been unallocated, the initiator's ESTAE routine was invoked for one of the following conditions:

An abend
A program check
Depression of the RESTART key
A machine check

System action

The system ends the job step and writes an SVC dump unless the ESTAE routine was entered recursively or was percolated to. The system writes a logrec data set error record, except in the case of an OPEN failure. Job processing continues, subject to normal conditional processing.
System programmer response

Search problem reporting data bases for a fix for the problem. If no fix exists, contact the IBM® Support Center, providing the SVC dump and logrec data set error records.
Programmer response

Submit the job again.
Source

Initiator/terminator
Module

IEFIB621
Do you see anything in the official IBM documentation of this ABEND code about "MU time"? Perhaps you should find out from your source for this (erroneous) data what they meant by "MU time"?
_________________
TANSTAAFL

The first rule of code reuse is that the code needs to be worth re-using.

"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth


Viewing all articles
Browse latest Browse all 8500

Trending Articles