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
How does the jcl specify the job to os?
How to do automated restart when a job abend?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What are the utility programs in jcl?
Explain how can the submitting users racf authority be overridden in a job stream?
how you will the direct the data to spool using sysout option?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what is DSN parameter and DISP parameter is used for?
Explain the purpose of the dd keylen parameter?
Which dd parameters are required?
How dummy is used in jcl?
In job processing, what happens in execution stage?
What are s0c1, s0c4, s0c5, s0c7 and socb?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Why block size is multiple of lrecl in jcl?