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
what is the purpose of coding notify parameter in job statement?
define cond parameter in jcl?
which utility is used to sort a file in jcl?
Explain about LMQUERY�give a dialog information about a data set
Explain the function of the dd dcb keyword?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
what is DD statement is used in JCL?
How to alter the parameters for the existing gdg?
Explain dfsort utility?
Explain in DD statement what is the use of DCB parameter?
Is it possible to code instream data in a PROC?
What is the function of //jcllib statement?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Explain how can return codes be tested before execution of a job step?
Explain how can values be passed from the job stream to an executable program?