What is the meaning of keyword in JCL? What is its opposite?
Answer / 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 |
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
Can we have a JOBSTEP without any EXEC ?
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
How to get the last but one duplicate record of the file using Sort?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
Describe the EXEC statement, its meaning, syntax and keywords?
how to modify the copy book?explain with examples
What will happen if we write two STOP RUN's in a COBOL program?
How to empty the records in jcl
List the different components of jcl statement?