IBM Mainframe Discussion List <[email protected]> wrote on 02/12/2007
10:27:50 AM:
> Does ILR005E message automatically roll off the screen at IPL time?
>
> Ours does - at some point I had a zap to change the descriptor code on
> the message but it isn't applied now, I also have en entry in IEAVMXIT
> that
> attempts to do it as well.
>
> Or was the message changed in some release to automatically roll (hence
> I no longer needed my zap)? I looked in IBMLINK but couldn't find a
> reference to changes in the descriptor codes. From the module
> (IEANUC01.ILRMSG00) it looks as if the message is issued with Descriptor
> code 11 still.
>
> Why do I care? Because I was looking at Message Flood Automation and I'm
> trying to figure out whether I need my customized IEAVMXIT still.
There was an enhancement in z/OS 1.3:
/* LOGIC: If the PLPA data set has spilled to the common data
set, then the PLPA data set is full. Writes message
ILR005E to the operator.
@LAC*/
IF ASMPLPAS = ON THEN
DO;
IF PLPAPTR->PAREUCBP = COMMPTR->PAREUCBP &
PLPAPTR->PARESZSL <= PLPAPTR->PAREPCTP->PCTCYLSZ THEN /*
If PLPA and Common are on the
same device, and the PLPA is
one cylinder in size @LBA*/
MSGNUM = FIVEA; /* Write message 5 with descriptor
code 4, as the overflow is
expected with this setup @LBA*/
ELSE /* Issue the normal message @LBA*/
MSGNUM = FIVE; /* Set message number to five */
CALL WRITEMSG; /* S: */
Jim Mulder z/OS System Test IBM Corp. Poughkeepsie, NY
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html