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

about job card


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nareshb6

New User


Joined: 03 Mar 2005
Posts: 5

PostPosted: Thu Mar 03, 2005 5:45 pm
Reply with quote

Is there any keword called USER in job card...
Back to top
View user's profile Send private message
mcmillan

Site Admin


Joined: 18 May 2003
Posts: 1210
Location: India

PostPosted: Fri Mar 04, 2005 12:01 am
Reply with quote

Dear Naresh,

Yes, we have a Parameter called USER in JobCard.

Quote:
Code the USER parameter to identify to the system the person submitting the job. The userid is used by RACF, the system resources manager (SRM), and other system
components.

If the installation contains the feature for propagation of the user and group identification, the USER and PASSWORD parameters are required

Do not specify this parameter for a started task; if USER is specified, the job will fail.

The USER parameter has no function in an APPC scheduling environment. If you code USER, the system will check it for syntax and ignore it.
Back to top
View user's profile Send private message
ankyhunk

Moderator


Joined: 05 May 2005
Posts: 98
Location: Navi Mumbai, India

PostPosted: Fri May 06, 2005 1:48 pm
Reply with quote

The user & password parameters allow you to get the privileges of the specified user for the job. The owner of the job is the userid specified.
Back to top
View user's profile Send private message
spanda

New User


Joined: 31 Aug 2005
Posts: 48
Location: U.K.

PostPosted: Thu Sep 01, 2005 3:30 pm
Reply with quote

The USER parameter specifies 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:
1. Jobs submitted to execute at another network node that uses RACF
security

2. 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.

3. 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.

Hope this helps,
Panda.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts JCL sort card - get first day and las... JCL & VSAM 9
No new posts Generate output lines (SYSIN card for... DFSORT/ICETOOL 4
No new posts Need suggestion on a sort card DFSORT/ICETOOL 10
No new posts Want to mask Middle 8 Digits of Debit... COBOL Programming 3
No new posts JCL sort card for file creation condi... DFSORT/ICETOOL 4
Search our Forums:

Back to Top