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
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What is the function of dd disp parameter?
Which statement is used to identify the private libraries in job?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what are the types of abends that occur on job failure? And explain the possible causes of these
How to pass data to a program that is coded in an exec statement?
Are there any set of rules for the names of the steps used in a job?
what are JCLLIB and STEPLIB in JCL?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What do you understand by the term job time – out and how can you overcome that?
What do you know about jcl?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
when does a dataset go uncataloged?
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