On 2016-09-24, at 11:25, Gibney, Dave wrote:

> Maybe my memory is of an IEC217I or other message. 
> My real whine (and that's all it really is :) ) is that I think the info I am 
> used to looking for was suppressed in favor of different (possibly more 
> useful) info in a different place.
>  
Perhaps.  In any case, you're right.  it's not Sx37.  Forcing the failure with:

/* Rexx */ signal on novalue;  /*
   Doc: How is directory overflow reported?
*/
trace R
RC = BPXWDYN( 'alloc new rtdsn(D) rtvol(v) space(100,100) block(1000)' ,
        'dsorg(PO) dsntype(PDS) dir(1)    msg(2)' )

do I = 1 until RC<>0
    DArg = 'alloc dd(MEM) old dsn('D'(M'I')  vol('V') reuse msg(2)'
    RC = BPXWDYN( DArg )  /* ??? */
    address 'MVS' 'EXECIO 0 DISKW MEM (open finis';  end I

Produces: 

 IEC217I B14-0C,IGG0201Z,user,$STCTSO1,MEM,4159,WORK02,                         
 SYS16268.T120510.RA000.user.R0166208(M21)                                      
 IRX0250E System abend code B14, reason code 00000012.                          
 IRX0255E Abend in host command EXECIO or address environment routine MVS.      
 IEA995I SYMPTOM DUMP OUTPUT                                                    
 SYSTEM COMPLETION CODE=B14  REASON CODE=0000000C   

... if that's what you prefer.  M&C is clearer for IEC217I than for IEW2736S.
But I think the "S" suffix is more suitable than "I".

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to