z/OS MVS JCL Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


USER parameter

z/OS MVS JCL Reference
SA23-1385-00

Parameter type

Keyword, optional

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

Purpose

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, and the GROUP parameter is optional on JOB statements only for the following:
  • Batch jobs submitted through an input stream, such as a card reader, (1) if the job requires access to RACF-protected resources or (2) if the installation requires that all jobs have RACF identification.
  • Jobs submitted by one RACF-defined user for another user. In this case, the JOB statement must specify the other user’s userid and may need a password. The group id is optional.
  • Jobs that execute at another network node that uses RACF protection.

Otherwise, the USER, PASSWORD, and GROUP parameters can be omitted from JOB statements. RACF uses the userid, password, and default group id of the submitting TSO/E user or job.

References

For more information on RACF-protected facilities, see the z/OS Security Server RACF Security Administrator's Guide.

Considerations for an APPC scheduling environment

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.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014