IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

SYSTEM COMPLETION CODE=B37 REASON CODE=00000004


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sudhanshu Shekhar

New User


Joined: 23 Jul 2008
Posts: 27
Location: City of Joy

PostPosted: Wed Nov 12, 2008 5:28 pm
Reply with quote

Hi All,

I have got the following error while using IDCAMS.

Code:
SYSTEM COMPLETION CODE=B37  REASON CODE=00000004

and i think its due to some erroneous space parameter in my card.
Code:
----+----1----+----2----+----3----+----4----+----5----+----6----+---
    DELETE  +                                                       
        XXXXX.XXXXXX.XXXXXX.XXXXX.DATA.CL +                   
     CLUSTER                                                       
    IF LASTCC = 8 THEN SET MAXCC = 0                               
    DEFINE CLUSTER +                                               
     (NAME(XXXXX.XXXXXX.XXXXXX.XXXXX.DATA.CL ) +               
     OWNER($IAM) +                                                 
     INDEXED SPEED +                                               
     DATACLAS(TST365P5) +                                           
     FREESPACE(20 20) +                                             
     KEYS(41 0)    RECORDSIZE(3500 3500) +                         
     SHAREOPTIONS(2 3) +                                           
     CYL(1000 1000)) +                                             
     DATA (NAME(XXXXX.XXXXXX.XXXXXX.XXXXX.DATA.DATA)) +       
     INDEX (NAME(XXXXX.XXXXXX.XXXXXX.XXXXX.DATA.INDEX))       
//*     

icon_sad.gif


Edited: Please use BBcode when You post some code, that's rather readable...Anuj
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Nov 12, 2008 5:30 pm
Reply with quote

what should we reply icon_biggrin.gif

that' very bad...
we feel so sorry for You
fix it
......

did You read carefully the idcams sysout
and looked at the manual ??
Back to top
View user's profile Send private message
Sudhanshu Shekhar

New User


Joined: 23 Jul 2008
Posts: 27
Location: City of Joy

PostPosted: Wed Nov 12, 2008 6:02 pm
Reply with quote

Hey thanks Enrico,

But i was looking forward to some suggestions not wise comments..... and yes i have gone through the sysout and done all that's under my scope.

You really are such a help.
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Wed Nov 12, 2008 6:10 pm
Reply with quote

"Programmer Response: Respond as indicated for message IEC030I. "
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Nov 12, 2008 6:11 pm
Reply with quote

What have You given us, to work on???
NOTHING AT ALL


edited to add a link to something every new participant should read
( also many of the older )
catb.org/~esr/faqs/smart-questions.html
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed Nov 12, 2008 6:24 pm
Reply with quote

you can always use the ibm look-at site when you have codes like B37.

www-03.ibm.com/servers/eserver/zseries/zos/bkserv/lookat/
Back to top
View user's profile Send private message
Sudhanshu Shekhar

New User


Joined: 23 Jul 2008
Posts: 27
Location: City of Joy

PostPosted: Wed Nov 12, 2008 6:28 pm
Reply with quote

only if i knew what to work with i would not be it posting here .....???

icon_confused.gif icon_exclaim.gif

one more bit of info that could be helpful is that in the spool it says

Code:

PSW AT TIME OF ERROR  075C1000   80E7DCDE  ILC 2  INTC 0D
  NO ACTIVE MODULE FOUND                                 
  NAME=UNKNOWN                                           


hope it helps icon_cry.gif
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Nov 12, 2008 6:35 pm
Reply with quote

NO...

stubborness on not providing any useful info will get You nowhere

post the full execution log and sysout

when asking for help You should post the info we ask You, not what You feel it might be useful,
if Your feelngs were right You would not have the need to ask for help
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Nov 12, 2008 6:35 pm
Reply with quote

Quote:
and i think its due to some erroneous space parameter in my card.
WRONG!

If you could be bothered to check the manuals link at the top of the page, you can find the MVS systems codes manual which says:
Quote:
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.
Do we need to explain what end-of-volume means?
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Wed Nov 12, 2008 6:41 pm
Reply with quote

"No active module found" is of little use to you. Take Dick's suggestion and look at reason code 04 for the IEC030I message. Since this is a VSAM (IAM) file and if your shop uses SMS, you may need to talk with your DASD management support team. Basically, your file probably needs more volumes.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Reorg abended with REASON=X'00E40347' DB2 2
No new posts REASON 00D70014 in load utility DB2 6
Search our Forums:

Back to Top