USER Parameter
USER Parameter Example
Scenario1 - Submitting a JOB with USER.
Code -
----+----1----+----2----+----3----+----4----+----5----+
//MTHEXMP1 JOB (MTH007),'PAWAN Y',USER=MTHUSR
Explaining Example -
The job submits with the user-id as MTHUSR.
Scenario2 - Submitting a JOB with USER and password.
Code -
----+----1----+----2----+----3----+----4----+----5----+
//MTHEXMP1 JOB (MTH007),'PAWAN Y',USER=MTHUSR,PASSWORD=ABCD9
Explaining Example -
The job submits with the user-id MTHUSER and password ABCD9.
Scenario3 - No USER parameter.
Code -
----+----1----+----2----+----3----+----4----+----5----+
//MTHEXMP1 JOB (MTH007),'PAWAN Y'
Explaining Example -
Job submits with the user id who submits the job. If the job submitted from scheduling environment, it submits with the default user id.