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 |
What does IEBGENER do?
how do you resolve for soc7 error
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
What does the one advantange of using IEBUPDTE?????
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
How to delete generations of gdg without deleting gdg base?
what is the control cards?
What all are the changes to be made in JCL so as to do testing?
hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
what is DSN in JCL and what are the parameters to declare the DSN?