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 compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
what are the types of abends that occur on job failure? And explain the possible causes of these
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)
3 Answers Cap Gemini, CSC, Xchanging,
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
Can we change a FB file to VB file in JCL? Please help
How many instream we can write in single jcl?
Explain COND used in JCL?
How can a job send a status message to a tso user at the completion of a job?
What is QSAM error usually when it is occurs?