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
sb-37 error
-
- 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
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
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: sb-37 error
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:
You need to read about the IEC030I in the System Messages Manual.
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.
d.sch.
-
- Global moderator
- Posts: 2105
- Joined: Thu Jun 03, 2010 6:21 pm
- Skillset: Assembler, JCL, utilities
- Referer: zos.efglobe.com
Re: sb-37 error
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.
Re: sb-37 error
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)
//dd1 dsn=name,
dcb=(recfm=fb,lrecl=80,blksize=8000),
space(cyl,2,2,rlse),
disp=(new,catlg,delete)
- 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
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
-
- 1
- 1464
-
by sergeyken
View the latest post
Sun Oct 04, 2020 11:33 pm
-
- 4
- 2091
-
by willy jensen
View the latest post
Tue Apr 20, 2021 1:26 pm
-
- 5
- 4657
-
by makdiver
View the latest post
Fri Jun 19, 2020 11:41 am
-
- 0
- 1207
-
by mehi1353
View the latest post
Tue May 28, 2024 2:42 pm
-
- 7
- 3584
-
by jcdm
View the latest post
Tue Jul 25, 2023 11:57 am