How can u know the current date using jcl?
Answer Posted / arun
using DATE function
| Is This Answer Correct ? | 6 Yes | 11 No |
Post New Answer View All Answers
What is the function of //jcllib statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Explain the jcl exec statement?
In job processing, what happens in conversion stage?
I need exexution process for JCL programs
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
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 are the statements that are not valid to be included in an include statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
whats the diff bw the evaluate also and and?
What is the difference between the positional and keyword parameters? Give examples.
What are the difference between jcl and jes?
What do you understand by jcl?
Explain the function of dd disp parameter?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?