There are two input sorting files and there is a need to
create one sort out file which contains data of both input
files. What is the sort card for this. Write a sample JCL
for this using a control card?
Answer Posted / sreenidhi p r
sort card will be
SORT FIELDS=COPY
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain how can the submitting users racf authority be overridden in a job stream?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Is it possible to code instream data in a PROC?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
what is use of disp parameter in dd statement?
What is the purpose of disp parameter?
Are there any set of rules for the names of the steps used in a job? What are they?
What is the function of //jcllib statement?
Name a few IBM utility programs, and explain its function.
How can the submitting users racf authority be overridden in a job stream?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What dd statement is used to supply the name of a dataset?
In job processing, what happens in conversion stage?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Is it possible to left uncode disp? If yes, how?