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


Please Help Members By Posting Answers For Below Questions

State the uses of syspring, sysin, sort fields, sum fields and dummy.

849


What is the function of dd disp parameter?

862


Which statement is used to identify the private libraries in job?

918


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

782


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

1213


what are the types of abends that occur on job failure? And explain the possible causes of these

1339


How to pass data to a program that is coded in an exec statement?

1069


Are there any set of rules for the names of the steps used in a job?

858


what are JCLLIB and STEPLIB in JCL?

889


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

962


What do you understand by the term job time – out and how can you overcome that?

797


What do you know about jcl?

856


Name the parameters which can be used to limit the number of records written to a sysout dataset?

886


when does a dataset go uncataloged?

1047


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

1100