View previous topic :: View next topic
|
Author |
Message |
Sudhanshu Shekhar
New User
Joined: 23 Jul 2008 Posts: 27 Location: City of Joy
|
|
|
|
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))
//* |
Edited: Please use BBcode when You post some code, that's rather readable...Anuj |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10884 Location: italy
|
|
|
|
what should we reply
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 |
|
|
Sudhanshu Shekhar
New User
Joined: 23 Jul 2008 Posts: 27 Location: City of Joy
|
|
|
|
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 |
|
|
Terry Heinze
JCL Moderator
Joined: 14 Jul 2008 Posts: 1248 Location: Richfield, MN, USA
|
|
|
|
"Programmer Response: Respond as indicated for message IEC030I. " |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10884 Location: italy
|
|
Back to top |
|
|
dbzTHEdinosauer
Global Moderator
Joined: 20 Oct 2006 Posts: 6966 Location: porcelain throne
|
|
Back to top |
|
|
Sudhanshu Shekhar
New User
Joined: 23 Jul 2008 Posts: 27 Location: City of Joy
|
|
|
|
only if i knew what to work with i would not be it posting here .....???
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 |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10884 Location: italy
|
|
|
|
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 |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
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 |
|
|
Terry Heinze
JCL Moderator
Joined: 14 Jul 2008 Posts: 1248 Location: Richfield, MN, USA
|
|
|
|
"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 |
|
|
|