what is the meaning of keyword in jcl?what is is opposite?
Answer Posted / preeti shinde
In JCl there are two types of parameter:
1- positional parameter. 2-keyword parameter.
positional parameter : in this there are two prarameters
i.e., accounting information and programmer name these two
parameters are mandatory. positional parameter are
identified by there position so they should be coded in
specific order. these are coded after operation field..
keyword parameters: these are coded after the positional
parameter and there is no specific order so we can code in
any order.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How dummy is used in jcl?
Mention the types of job control statements?
Where can program checkpoints be stored for use in a restart?
which utility is used to sort a file in jcl?
Must tape dataset definitions include vol=ser specifications?
Explain the jcl exec statement?
What is jcl in mainframe?
What are steplib and joblib? What for they are used?
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?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What do you know about jcl?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What is the motivation behind coding class parameter in job statement?
how do you access an uncataloged dataset in a jcl?