What is SORT ? How do we eliminate duplicate records ? How
do I select some records using SORT ?
Answer Posted / dhan
DFSORT is one of the IBM product. It is a program you use to sort,
merge, and copy the data from one file to another file.
https://youtu.be/IPDyz2xl7Tk
https://youtu.be/9311_rE9LE8
https://youtu.be/HFT9wXtoo74
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the difference between jcl and jes?
Explain the function of a dd statement?
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?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is the function of the steplib dd statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
In sms datasets, what is the function of the dd mgmtclas keyword?
how do you access an uncataloged dataset in a jcl?
Is automatic restart possible in jcl? If yes, how?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
how to compare two datasets without using superce because output is limited to 133 bytes
what are the types of abends that occur on job failure? And explain the possible causes of these
define cond parameter in jcl?
What is the function of //jcllib statement?
how can the same proc be re-used and called by many jobs?