sb-37 error

Get solution for your ABEND Codes & System Error Messages, SQL Codes, File Status etc...
surime72
Posts: 107
Joined: Sun Oct 23, 2011 1:45 pm
Skillset: cobol,jcl,db2,vsam,cics
Referer: friend

sb-37 error

Postby surime72 » Mon May 07, 2012 4:48 pm

HI guys ,
getting error sb-37 error for the step DSN= name ,DISP=(NEW,CATLG,KEEP),SPACE=(CYL,(2,2),RLSE)

PARMS('ISASIZE(60K)') REASON CODE X'00E30301' TYPE X'00000800'
SYSTEM ABEND CODE B37 REASON CODE 00000004

Robert Sample
Global moderator
Posts: 3720
Joined: Sat Dec 19, 2009 8:32 pm
Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
Referer: other forum
Location: Dubuque, Iowa, USA

Re: sb-37 error

Postby Robert Sample » Mon May 07, 2012 5:02 pm

And what did the manual tell you when you looked up the SB37 abend? If you have trouble with the manual, here's a link that might help you: http://www-03.ibm.com/systems/z/os/zos/bkserv/lookat/index.html

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: sb-37 error

Postby dick scherrer » Mon May 07, 2012 11:09 pm

Hello,

I suspect somewhere there is an IEC030I in the output. . .

When you look up the SB37 in the System Completion Codes manual it says:
This system completion code is accompanied by message IEC030I.


You need to read about the IEC030I in the System Messages Manual.
Hope this helps,
d.sch.

steve-myers
Global moderator
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Skillset: Assembler, JCL, utilities
Referer: zos.efglobe.com

Re: sb-37 error

Postby steve-myers » Tue May 08, 2012 9:37 am

To simplify a long story, your allocation request is too small. The long story, which is in the description for the IEC030I message, might give you some idea what to do, but this description is terribly obscure. What you have to do is figure out what your allocation should be, update your JCL, and try again.

pmartyn
Posts: 42
Joined: Thu Feb 28, 2013 7:11 pm
Skillset: COBOL, IMS, CICS, DB2
Referer: Friend

Re: sb-37 error

Postby pmartyn » Thu Feb 28, 2013 9:00 pm

Aren't you missing the DCB parameter? When defining a dataset as new you need to tell the operating system, such as :
//dd1 dsn=name,
dcb=(recfm=fb,lrecl=80,blksize=8000),
space(cyl,2,2,rlse),
disp=(new,catlg,delete)

User avatar
Akatsukami
Global moderator
Posts: 1058
Joined: Sat Oct 16, 2010 2:31 am
Skillset: Rexx, JCL, DB2/SQL, TSO/ISPF, PL/I
Referer: ibmmainframes
Location: Bloomington, IL
Contact:

Re: sb-37 error

Postby Akatsukami » Thu Feb 28, 2013 9:04 pm

Aren't you missing the date of the last post in these threads?
"You have sat too long for any good you have been doing lately ... Depart, I say; and let us have done with you. In the name of God, go!" -- what I say to a junior programmer at least once a day


  • Similar Topics
    Replies
    Views
    Last post