Answer Posted / krishnan
we have to use merge command
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Explain the hierarchy levels in jcl?
What is one line to pass PARM from JCL to COBOL?
A dd statement consists of 4 fields. Name them?
i want to store 20 digits . how will u do it in cobol ?
List the various advantages of using jcl language?
How do you submit a job for execution?
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
Mention the types of job control statements?
what is use of disp parameter in dd statement?
what is the difference between JES3 and JES2?
Explain how can the submitting users racf authority be overridden in a job stream?
What is job control language?
What is the function of dd name parameter with a 2 part structure; audit.report?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?