I would assume that the S322 ABEND was caused by the following scenario:  The 
job had used up almost all its estimated time (with the TIME= parameter on the 
JOB card), or else there was a very small default value.  Along comes the 
IEFBR14 step which, in itself, has only two instructions in it, which could 
hardly be expected to cause a S322 ABEND.  But the usual reason for adding an 
IEFBR14 step is to have some special DD statement processing occur, which is 
really handled by the Initiator/Terminator and has nothing to do with the 
execution of those two instructions inside IEFBR14.  During the processing of 
the DD statement(s) in the IEFBR14 step, the system kept charging all the CPU 
time used (which was now being used by system code within the 
Initiator/Terminator) to the job's remaining time, and some combination of DD 
statements needed so much processing that all remaining "user" time was used up 
by the system before all the work was finished for whatever kind of allocatio!
 n was requested by the DD statement(s).

Just guessing.

Bill Fairchild

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of 
Paul Gilmartin
Sent: Tuesday, March 13, 2012 9:32 AM
To: [email protected]
Subject: Re: IEFBR14

On Tue, 13 Mar 2012 10:26:33 -0400, Gerhard Postpischil wrote:
>
>there is one case that I have not seen mentioned - in the dark ages, 
>under release 21 of OS/360(MVT), IEFBR14 steps on our system abended 
>with S322. I had to write a special exception into IEFUTL to allow 
>allocation to complete.
> 
I'm curious.  You must have investigated.  Is the ABEND

o Because of something IEFBR14 did?

o Because of something IEFBR14 didn't do?

o Because of some unwarranted assumption made by "[your]
  system"?

o Was there a divide-by-zero error involved?

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
[email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to