Reg: B37 during opening a dataset



Support for OS/VS COBOL, VS COBOL II, COBOL for OS/390 & VM and Enterprise COBOL for z/OS

Reg: B37 during opening a dataset

Postby gowthamgyaa » Tue Nov 20, 2012 9:06 pm

Hi everyone,
whenever i Logon in to my account and open any of the dataset for the first time its showing a B37 and the control automatically returns to ISPF main menu panel.
If i open any of the dataset second time its opening.
What might be a problem?


Kind regards
gyaa
gowthamgyaa
 
Posts: 101
Joined: Wed Sep 05, 2012 11:18 pm
Has thanked: 67 times
Been thanked: 0 time

Re: Reg: B37 during opening a dataset

Postby enrico-sorichetti » Tue Nov 20, 2012 9:13 pm

What might be a problem?


if You want good answers learn to post good questions...
what You told is not enough to start analyzing the problem

look Yourself at the jes log of Your tso session ,
to see ALL the messages issued, look at the messages manual
to see what is going on
after that if there is something You do not understand
somebody will be glad to help You

doing a bit of reading on Your behalf ( system codes )

B37
Explanation: The error was detected by the end-of-volume routine. This system completion code is accompanied by message IEC030I. Refer to the explanation of message IEC030I for complete information about the task that was ended and for an explanation of the return code (rc in the message text) in register 15.
Application Programmer Response: Respond as indicated for message IEC030I.

System Programmer Response: If the error recurs and the program is not in error, look at the messages in the job log for more information. Search problem reporting data bases for a fix for the problem. If no fix exists, contact the IBM Support Center. Provide the JCL and the program listing for the job.

Source: DFSMSdfp
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort

These users thanked the author enrico-sorichetti for the post:
gowthamgyaa (Tue Nov 20, 2012 9:28 pm)
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: Reg: B37 during opening a dataset

Postby c62ap90 » Tue Nov 20, 2012 9:49 pm

Almost always a "37" error is some kind of Space issue. In my previous shop I always got a B37/E37 (can't remember now) whenever I would use the product Xpediter. I started logging-on with the following Size parameter and my Xpediter Space problem stopped.

Just for the heck of it try logging-on with a Size parameter. Curious to know if it helps you. Good luck!

user###/password SI(64000) try this first.

user###/password SI(128000)
c62ap90
 
Posts: 125
Joined: Thu Oct 11, 2012 10:24 pm
Has thanked: 1 time
Been thanked: 7 times

Re: Reg: B37 during opening a dataset

Postby Robert Sample » Tue Nov 20, 2012 10:04 pm

Could you help us out just a LITTLE bit and tell you which data set the SB37 ABEND occurs for? The data set should be identified in the message -- is it the data set you are attempting to open, or one of your TSO data sets, or one of the system data sets?
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: Reg: B37 during opening a dataset

Postby NicC » Wed Nov 21, 2012 12:06 am

What does your support group say? Also, how is this related to COBOL?
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: Reg: B37 during opening a dataset

Postby steve-myers » Wed Nov 21, 2012 1:24 am

A B37 ABEND always generates an IEC030I message that includes a data set name. Neither your support group or us can help you unless you tell us the data set name in the IEC030I message
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times


Return to IBM Cobol

 


  • Related topics
    Replies
    Views
    Last post