describe the job statement, its meaning,syntax and
significant keywords?
Answer / krithiga hari
Job statement is to execute a job. It identifies the
Beginning of the job. Without this job statement, the
operating system will not execute the job.
The various keyword parameters are:
CLASS - it identifies the nature of the job that is to be
submitted
PRTY - assigns priority to the job
MSGCLASS - determines the output device to which system
messages and jcl messages are written
MSGLEVEL - specify the jcl and the allocation messages
which will be recorded on the output device specified in
the msgclass
TYPRUN - this tells whether the job is to be held until it
is released or its execution is to be suppressed altogether
Example:
//JOB1 JOB
(A123),'KRITHIGA',CLASS=E,PRTY=1,MSGCLASS=A,MSGLEVEL=(1,1),TYPRUN=HOLD
| Is This Answer Correct ? | 4 Yes | 0 No |
How to copy one PS file to multiple PS files with same data?
The maximum number of steps in a job?
Name the system library from which modules are retrieved at execution
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
Explain the function of //jcllib statement?
What all are the changes to be made in JCL so as to do testing?
What is the significance of addrspc parameter in exec statement?
How to execute step2,step1, step3 if step1,2,3 are in order
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
shall we concordinate two different length dataset in to a new date set.
How does jcl specify the job to the operating system?
what is use of space parameter in dd statement?