RETURN CODE 56 REASON CODE 6



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

RETURN CODE 56 REASON CODE 6

Postby huangjie » Wed May 02, 2012 12:54 pm

SORRY , I DO NOT KNOW HOW TO INSERT THE PICTURE. HERE IS THE SYSYMSG:

Display  Filter  View  Print  Options  Help
 -------------------------------------------------------------------------------
 SDSF OUTPUT DISPLAY T22CP    JOB04485  DSID     4 LINE 0       COLUMNS 02- 81
 COMMAND INPUT ===>                                            SCROLL ===> PAGE
********************************* TOP OF DATA **********************************
ICH70001I TJC0022  LAST ACCESS AT 23:01:03 ON WEDNESDAY, MAY 2, 2012
ICH408I USER(TJC0022 ) GROUP(TJC0    ) NAME(####################)
  CATALOG.MASTER.MCAT CL(DATASET ) VOL(DMTCAT)
  INSUFFICIENT ACCESS AUTHORITY
  ACCESS INTENT(UPDATE )  ACCESS ALLOWED(READ   )
IEF344I T22CP STEP1 DD1 - ALLOCATION FAILED DUE TO DATA FACILITY SYSTEM ERROR
IGD17102I CATALOG ERROR IN DEFINING NONVSAM DATA SET
TCJ0022.TETS
RETURN CODE IS 56 REASON CODE IS 6 IGG0CLFT
IGD306I UNEXPECTED ERROR DURING IGG0CLFT PROCESSING
RETURN CODE 56 REASON CODE 6
THE MODULE THAT DETECTED THE ERROR IS IGDVTSCU
SMS MODULE TRACE BACK - VTSCU VTSCT VTSCR SSIRT
SYMPTOM RECORD CREATED, PROBLEM ID IS IGD00204
IEF272I T22CP STEP1 - STEP WAS NOT EXECUTED.
IEF373I STEP/STEP1   /START 2012123.2304
IEF374I STEP/STEP1   /STOP  2012123.2304 CPU    0MIN 00.00SEC SRB    0MIN 00.00S
IEF375I  JOB/T22CP   /START 2012123.2304
IEF376I  JOB/T22CP   /STOP  2012123.2304 CPU    0MIN 00.00SEC SRB    0MIN 00.00S
******************************** BOTTOM OF DATA ********************************
huangjie
 
Posts: 14
Joined: Mon Apr 23, 2012 10:54 am
Has thanked: 0 time
Been thanked: 0 time

Re: JCL ERROR

Postby BillyBoyo » Wed May 02, 2012 1:23 pm

CATALOG.MASTER.MCAT CL(DATASET ) VOL(DMTCAT)
INSUFFICIENT ACCESS AUTHORITY
ACCESS INTENT(UPDATE ) ACCESS ALLOWED(READ )
IEF344I T22CP STEP1 DD1 - ALLOCATION FAILED DUE TO DATA FACILITY SYSTEM ERROR
IGD17102I CATALOG ERROR IN DEFINING NONVSAM DATA SET
TCJ0022.TETS
RETURN CODE IS 56 REASON CODE IS 6 IGG0CLFT


There is enough obvious stuff in there to be going on with. If there are security-resetictions on your second-level qualifier, I'd say the problem is you spelled "TEST" incorrectly :-)
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: JCL ERROR

Postby huangjie » Wed May 02, 2012 2:12 pm

I CHANGED THE DATA SET NAME ,BUT IT ALSO HAVE THIS ERROR.
huangjie
 
Posts: 14
Joined: Mon Apr 23, 2012 10:54 am
Has thanked: 0 time
Been thanked: 0 time

Re: JCL ERROR

Postby NicC » Wed May 02, 2012 2:19 pm

1) Do not post in upper-case - that is considered shouting.
2) Do not post pictures - cut and paste from your screen into the reply box surrounding the stuf that you have cut and pasted in code tags - see the Full Editor for the quick and easy way to do this and use the preview button to see what it will look like after you finally submit the post.
3) Without your messages we have no idea. Did you get the same message? If so then you are not allowed to create a dataset with the high level index that you are using. If the message is not the same then we have absolutely no idea until we see the messages.
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: JCL ERROR

Postby huangjie » Wed May 02, 2012 3:52 pm

Nobody have an answer?please.
huangjie
 
Posts: 14
Joined: Mon Apr 23, 2012 10:54 am
Has thanked: 0 time
Been thanked: 0 time

Re: JCL ERROR

Postby BillyBoyo » Wed May 02, 2012 3:55 pm

Did you read NicC's post?

If you want someone here to look at at, you need to post the JCL, the Control cards and the sysout from the step, all in the Code tags.

However, since it looks like a "security" thing, your best bet by far is to talk to someone in your own support group at your site. Or a colleague, even they will know better and more quickly than we will.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: JCL ERROR

Postby Robert Sample » Wed May 02, 2012 4:29 pm

Most likely what is going on is that, since you misspelled the high level qualifier (your TSO user id is TJC0022 and you attempted to define TCJ0022.TETS), the system attempted to catalog this data set in the master catalog and since your user id does NOT have authority to write to the master catalog, your job failed with the errors shown.
Nobody have an answer?please.
This is a help forum -- responses are given voluntarily by people when they can. Do not attempt to get an answer faster; it usually backfires and causes you more problems and delays getting your answer. If your need is so urgent, convince your manager to hire a consultant, who is paid to provide answers and hence will be much faster than most forums.
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: JCL ERROR

Postby huangjie » Wed May 02, 2012 4:40 pm

Robert Sample wrote:Most likely what is going on is that, since you misspelled the high level qualifier (your TSO user id is TJC0022 and you attempted to define TCJ0022.TETS), the system attempted to catalog this data set in the master catalog and since your user id does NOT have authority to write to the master catalog, your job failed with the errors shown.
Nobody have an answer?please.
This is a help forum -- responses are given voluntarily by people when they can. Do not attempt to get an answer faster; it usually backfires and causes you more problems and delays getting your answer. If your need is so urgent, convince your manager to hire a consultant, who is paid to provide answers and hence will be much faster than most forums.

Thanks ,i got it. :mrgreen:
huangjie
 
Posts: 14
Joined: Mon Apr 23, 2012 10:54 am
Has thanked: 0 time
Been thanked: 0 time

Re: JCL ERROR

Postby dn2012 » Wed May 02, 2012 11:58 pm

convince your manager to hire a consultant, who is paid to provide answers and hence will be much faster than most forums.

what happen if he is a consultant? ;-)
dn2012
 
Posts: 114
Joined: Thu Feb 16, 2012 6:10 am
Has thanked: 0 time
Been thanked: 0 time

Re: JCL ERROR

Postby BillyBoyo » Thu May 03, 2012 1:26 am

Then you make an appointment to talk to him, and explain that you need more support and guidance internally for you to make further progress at a reasonable speed.

If you came up with the idea of posting here on your own, at least it shows initiative.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post