what is the meaning of keyword in jcl?what is is opposite?
Answer Posted / krithiga hari
There are two types of parameters in JCL. They are keyword
parameters and positional parameters. Keyword parameters
follow the positional parameters. Keyword parameters should
be specified in the same order. Positional parameters need
not be specified in a fixed order.
| Is This Answer Correct ? | 0 Yes | 15 No |
Post New Answer View All Answers
What is the purpose of dd?
what is the purpose of coding class parameter in job statement?
when can a job time-out occur? How to overcome that?
What is the function of the steplib dd statement?
How can a jobs execution priority be modified?
which utility is used to sort a file in jcl?
Explain how can return codes be tested before execution of a job step?
In sms datasets, what is the function of the dd mgmtclas keyword?
When space is allocated for an output dataset, what units can be used?
List the various advantages of using jcl language?
How can a fb file convert to vb file using sort program?
What do you understand by the terms: joblib and steplib?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
which parameter is used to check the syntax of a jcl without executing it?
Is it possible to left uncode disp?