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

How to resolve SEC Error with USER paramater in the JCL


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Prasanthhere

Active User


Joined: 03 Aug 2005
Posts: 306

PostPosted: Thu May 25, 2006 5:07 pm
Reply with quote

When i am using the USER paramater in the JCL i am getting a SEC error directly .Is there any way to resolve the SEC error .If So please share your views on this?

icon_cool.gif
Back to top
View user's profile Send private message
gskulkarni

New User


Joined: 01 Mar 2006
Posts: 70

PostPosted: Thu May 25, 2006 5:17 pm
Reply with quote

details please. u can give us your code and return message that u are getting. possibility of getting quicker response that way.
Back to top
View user's profile Send private message
Prasanthhere

Active User


Joined: 03 Aug 2005
Posts: 306

PostPosted: Fri May 26, 2006 11:16 am
Reply with quote

The Jcl is like this its basically for transfering a file to another server

//jobname job,, class=A,
// msgclass=x,
// User=User-id


When i am running in the first step we are getting a SEC error what might be the possible reason for that?????
Back to top
View user's profile Send private message
Bharanidharan

New User


Joined: 20 Jun 2005
Posts: 86
Location: Chennai, India

PostPosted: Fri May 26, 2006 6:12 pm
Reply with quote

Are you trying to submit with user-ID from another address space? May be RACF prevents you from submitting with that user ID unless you provide it the TSO password (PASSWORD= option).

Here is what my manual says:
Code:

The USER parameter specified your RACF user id.  The user id is used
during the job's processing by RACF and JES to identify the user who
submitted the job for security checking purposes.                   
                                                                     
The USER, the PASSWORD, and, optionally, the GROUP parameters are   
required on JOB statements in these circumstances:                   
                                                                     
o  Jobs submitted to execute at another network node that uses RACF 
   security                                                         
                                                                     
o  Jobs submitted by one TSO user on behalf of another TSO user.     
   If this is done, the JOB statement must specify the second user's
   USER= and PASSWORD= values.                                       
                                                                     
o  Batch jobs submitted from a non-TSO address space that need to   
   access RACF-protected resources                                   
For cases other than those above, the USER=, PASSWORD=, and GROUP=
parameters aren't required on JOB statements.  RACF uses the userid
password, and default group id of the submitting TSO user or job. 
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts How to delete a user's alias from the... JCL & VSAM 11
Search our Forums:

Back to Top