jcl parameters

1
USER= specifies the userid under which the job is to run. This option is not needed if the job is to run using the same userid from which it was submitted. PASSWORD= specifies the password for the userid indicated on the USER= keyword. NEVER save passwords in your files. Leave this off the JOB statement except when submitting a batch job to a different userid than you are signed on to. If someone sees your password, they could gain access to your account. You can change your password by entering the following: PASSWORD=(password,new-password)

Upload: rameshdwara

Post on 02-Dec-2015

214 views

Category:

Documents


0 download

DESCRIPTION

JCL Parameters

TRANSCRIPT

Page 1: JCL Parameters

USER=

specifies the userid under which the job is to run. This option is not needed if the job is to run using the same userid from which it was submitted.

PASSWORD=

specifies the password for the userid indicated on the USER= keyword. NEVER save passwords in your files. Leave this off the JOB statement except when submitting a batch job to a different userid than you are signed on to. If someone sees your password, they could gain access to your account.

You can change your password by entering the following:

PASSWORD=(password,new-password)