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


Please Help Members By Posting Answers For Below Questions

In job processing, what happens in conversion stage?

846


Is automatic restart possible in jcl?

848


Is condition checking possible in jcl? If yes, how?

843


which parameter is used to check the syntax of a jcl without executing it?

903


What are the 2 types of parameters in dd statement?

730






How is the record format of an output dataset specified?

847


what is DSN parameter and DISP parameter is used for?

764


Explain the purpose of dd * statement in jcl?

722


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

910


What is the function of a dd statement?

805


what is a jcl?

772


Are there any set of rules for the names of the steps used in a job?

731


how to compare two datasets without using superce because output is limited to 133 bytes

1617


What does a disposition of (new,catlg,keep) for a dsn mean?

702


Explain the job statement in jcl?

741