What is SORT ? How do we eliminate duplicate records ? How
do I select some records using SORT ?
Answer Posted / jagan
# 1 ---sort is a sorting of records either in asc/ des
order,
---sort field(6,10,A,CH) or sort field(6,10,A,CH),equal
sum field none
---sort field(6,10,A,CH) 6 is the starting position
10 record length
ch for alpnum (X)
A order of sorting
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How can return codes be tested before execution of a job step?
what is the purpose of coding class parameter in job statement?
Is it possible to left uncode disp? If yes, how?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is the function of the dd avgrec keyword in sms datasets?
What is the function of the dd dcb keyword?
What is the use of disp parameter?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Which statement is used to identify the private libraries in job?
In job processing, what happens in execution stage?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
when can a job time-out occur? How to overcome that?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Explain dfsort utility?