what is the meaning of keyword in jcl?what is is opposite?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / 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 |
Explain how can the attributes of one sms dataset be copied to another dataset?
how can you check if a file is empty using jcl?
Please explain with syntax and an example, the Inrec fields and Outrec build in sort.
How do You skip a Step In JCL?
In DCB, what is LRECL,BLKSIZE,DSORG
What do you understand by the term notcat 2 – gs?
diff bw vsam and normal flat file?
How to release the Output HELD by using HOLD = YES on DD statement ?
what is force complete
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
how to resolve soc-7 ? please tell me
can we give instream data in procedure