Describe the JOB statement, its meaning, syntax and significant keywords?

The JOB statement is the first in a JCL stream. Its format is // jobname, keyword JOB, accounting information in brackets and keywords, MSGCLASS, MSGLEVEL, NOTIFY, CLASS, etc.

Showing Answers 1 - 4 of 4 Answers

Don Carey

  • Jul 14th, 2005
 

Notify is misspelled in the answer.

  Was this answer useful?  Yes

Need for job statement:


To identify the job with job name and the person who submitted the
job,specify which class the job is belonging to using class parameter ,specify
how the output shoud be handled using msgclass, etc and it is the first
statement in program


Syntax:


//12345678 job "accinf","accname",class=a,msgclass=a,msglevel=(1,1),notify=&sysuid


Here 12345678 is job name it should be 8 characters is not mandatory
Job it is telling to compiler like it is my job statement
After accinformation and accname are positional parameters which should maintain
an order, etc


Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions