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 is a S0C4 error ?
Can we browse or edit the GDG dataset if it is a tape entry?
Is acct parameter mandatory?
Why do you use a control card?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
What is the exact difference between PRTY and DPRTY
Hi, can any one tell about " How do u eliminate the duplicates "
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
What are isolation levels? Where do we need to specify them in compiling JCL?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?