View previous topic :: View next topic |
Author |
Message |
Harish-Ramakrishnan Beginner
Joined: 04 Apr 2006 Posts: 3 Topics: 2
|
Posted: Tue Apr 04, 2006 12:19 pm Post subject: Can we declare any statement before the JOB statement |
|
|
Can we declare any statement before the JOB statement? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Tue Apr 04, 2006 12:53 pm Post subject: |
|
|
Harish-Ramakrishnan,
As Far as I know JOB statement must be the FIRST statement in JCL.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
Grant Beginner
Joined: 02 Dec 2002 Posts: 45 Topics: 1 Location: Sydney, NSW, Australia
|
Posted: Tue Apr 04, 2006 11:02 pm Post subject: |
|
|
JES commands may be included prior to the JOB card. e.g.
Code: |
/*PRIORITY 11
//MYJOB JOB ,CLASS=X etc etc |
These are explained in the JCL Reference Manual |
|
Back to top |
|
 |
|
|