what is the meaning of keyword in jcl?what is is opposite?
Answer Posted / praveen kumar bejjanki
In jcl, there are two types of parameters, positional and
keyword, Positional the name itself indicates that it
should follow some position. keywords should follow after
the positional parameters. Keyword parms can be in any
order, but they should be seperated by commas.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Why block size is multiple of lrecl in jcl?
Is their any limit for data sets?
what are the types of abends that occur on job failure? And explain the possible causes of these
Which statement is used to identify the private libraries in job?
which parameter is use to declare the name of dataset in dd statement?
how do you code a null statement?
How can return codes be tested before execution of a job step?
what operation is performed by job statement?
Explain dd statement in jcl?
What are the parameter we cannot use in procedure?
what is the purpose of coding notify parameter in job statement?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?