Page 1 of 1

B37 Error

PostPosted: Mon Aug 22, 2011 3:45 pm
by suresh48
Hi,
Can anybody explain
what is B37 Error? why it should occur? can u explain with an example
thanks in advance

Re: B37 Error

PostPosted: Mon Aug 22, 2011 4:54 pm
by steve-myers
IBM reference manuals are readily available online. Learn how to find them and use them.

Re: B37 Error

PostPosted: Tue Aug 23, 2011 10:11 am
by dick scherrer
Hello,

Suggest you start a collection of links to the IBM manuals you find you need. There will be quite a few. . . They are downloadable for free (which is handy when your internet connecton is down. . . I ride "bareback" and only have a collection of links for most IBM things.

The B37 is described in the "System Codes" manual (look at the section called System COmpletion Codes). It will also mention the IEC030I message id.

The IEC030I is described in the "System Messages" manual.

Re: B37 Error

PostPosted: Sat Nov 12, 2011 10:56 pm
by BillW
Just as an aside, the three digit system abend code format is (or maybe was) XCC where X is the return code from SVC CC. Most all system services are implemented via the SVC (Supervisor Call) instruction. The operand of the SVC is the number of the service. 37 may be space management, can't remember anymore and B is code 11 decimal return. So, a S107 may be a return code of 1 during a load/link/ or xctl svc (if that is what 07 svc actually is).

Hope this is somewhat instructive (even if I had to hedge on the actual SVC numbers).

Re: B37 Error

PostPosted: Sun Nov 13, 2011 1:19 am
by steve-myers
SVC X'37' is end of volume, which is entered, for direct access data sets, when all currently allocated space for a dataset is used. Regular programmers rarely use it directly, though it is usually called by data management routines. SVC X'07' is XCTL only, a service that regular programmers rarely use.

Re: B37 Error

PostPosted: Mon Nov 14, 2011 1:03 pm
by mongan
The return code with the B37 will also give you more information. There can be complex issues here, so with out complete information you can not really get an answer.