what is the meaning of keyword in jcl?what is is opposite?
Answer Posted / 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 |
Post New Answer View All Answers
i want to store 20 digits . how will u do it in cobol ?
what is the purpose of coding class parameter in job statement?
Differentiate between addressing mode and run mode.
Must tape dataset definitions include vol=ser specifications?
What are the rules employed while naming the steps in a job?
Explain the function of the steplib dd statement?
is there any way to execute more than one proc in the same exec statement at the same time..?
how you can direct the data to spool using SYSOUT option?
Explain the job statement in jcl?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What is NOTCAT ?
Explain dd statement in jcl?
Which statement is used to identify the private libraries in job?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What is condition checking in jcl? Is this possible?