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 |
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
how to convert fb to vb in jcl ?
Explain about Cobol Subroutines
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
what happens in conversion stage in job processing?
What is the difference between run mode and addressing mode?
How to run cobol program using jcl?
How can a job send a status message to a tso user at the completion of a job?
i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?
How to execute 2nd and 4th steps among 5 steps in jcl proc?