Page 1 of 1

racf violation

PostPosted: Fri Jan 27, 2012 3:37 pm
by jvinoth
hi can anyone please tell me why this message comes which cauesd this problem..and i have submitted the job which has division program.
06:58:28.37 TSU00395 00000094  ICH408I USER(jvinoth ) GROUP(H7042B2 ) NAME(jvinoth

                 842 00000094    CATALOG.SCH2.losh.TSO08 CL(DATASET ) VOL(S223

                 842 00000094    INSUFFICIENT ACCESS AUTHORITY                 

                 842 00000094    FROM CATALOG.*.** (G)                         

                 842 00000094    ACCESS INTENT(ALTER  )  ACCESS ALLOWED(UPDATE



is it because of the jcl...

Re: racf violation

PostPosted: Fri Jan 27, 2012 3:46 pm
by BillyBoyo
You have violated your site's security policy.

This is probably unintentional on your part.

It may be JCL or it may be some control card to a program executed by the JCL.

Might be an idea to ask your boss if you can go and talk to the "RACF people" so you can understand how things are set up at your site and what you can and can't do. Migth sooth them and make them feel needed as well :-)

Re: racf violation

PostPosted: Fri Jan 27, 2012 3:57 pm
by jvinoth
                 
//STEP EXEC PGM=PROGRAM9                                               
//DD1       DD DSN=inputfilename,DISP=SHR                 
//SYSOUT DD SYSOUT=*                                                   
//SYSPRINT DD SYSOUT=*                                                 
//SYSABOUT DD  SYSOUT=*                                                 
//SYSUDUMP DD  SYSOUT=*                                               
//SYSDBOUT DD  SYSOUT=*                                               
//SYSIN DD *                                                           
/*                                                                     
//                                                                   


its a jcl i have used....is there any problem in this JCL

Re: racf violation

PostPosted: Fri Jan 27, 2012 3:58 pm
by jvinoth
can we identify exactly what cause this problem...

Re: racf violation

PostPosted: Fri Jan 27, 2012 4:09 pm
by BillyBoyo
Yes. See the RACF people at your site. They can explain the setup at your site. We can't. I'm not saying you can't tell by following up all the messages, but I am saying it will be useful to talk to them anyway so you understand what the RACF policy is as it applies to you as a developer.

Re: racf violation

PostPosted: Fri Jan 27, 2012 9:39 pm
by steve-myers
If the JCL is correct - and I would not bet the farm on that - then it's up to what that PROGRAM9 is trying to do to the catalog.

Billyboyo, I very much doubt the TS is a developer; he or she seems to be too dumb.