describe the job statement, its meaning,syntax and
significant keywords?
Answer Posted / 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 |
Post New Answer View All Answers
In job processing, what happens in conversion stage?
Is automatic restart possible in jcl?
Is condition checking possible in jcl? If yes, how?
which parameter is used to check the syntax of a jcl without executing it?
What are the 2 types of parameters in dd statement?
How is the record format of an output dataset specified?
what is DSN parameter and DISP parameter is used for?
Explain the purpose of dd * statement in jcl?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What is the function of a dd statement?
what is a jcl?
Are there any set of rules for the names of the steps used in a job?
how to compare two datasets without using superce because output is limited to 133 bytes
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain the job statement in jcl?