Answer Posted / challa srinivas
We can send output as a (PDS member) with DISP=SHR. The DISP applies to the PDS and not to specific member.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Brief description of inline procedure of jcl.
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Can we call instream to catalog and catalog to instream?
What are the difference between jcl and jes?
Explain the function of dd name parameter with a 2 part structure; audit.report?
How does jcl specify the job to the operating system?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
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 jcl procedures?
Explain how can a jobs execution priority be modified?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Explain how can an in-stream dataset be terminated?
How jcl work to handle various input output file operations?
Is condition checking possible in jcl? If yes, how?