What is the meaning of keyword in JCL? What is its opposite?
Answer Posted / guest
A keyword in a JCL statement may appear in different places
and is recognized by its name, eg. MSGCLASS in the JOB
statement. The opposite is positional words, where their
meaning is based on their position in the statement, eg. in
the DISP keyword the =(NEW,CATLG,DELETE) meanings are based
on first, second and third position.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain the hierarchy levels in jcl?
Where & How Do You Code Identifier In Jcl?
Is condition checking possible in jcl?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
In sms datasets, what is the function of the dd avgrec keyword?
Is automatic restart possible in jcl? If yes, how?
How can an in-stream dataset be terminated?
How does jcl specify the job to the operating system?
Name a few IBM utility programs, and explain its function.
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Explain the function of a dd statement?
Differentiate between addressing mode and run mode.
Give the syntax of job specifying jcl statement.
What is jcl in mainframe?