What is SORT ? How do we eliminate duplicate records ? How
do I select some records using SORT ?
Answer Posted / prashanth
---sort is a sorting of records either in asc/ des order,
---sort field(6,10,ch,ASC) or sort field(6,10,ch,ASC),equal
sum field none
---sort field(6,10,ch,Asc) 6 is the starting position
10 record length
ch for alpnum (X)
asc order of sorting
| Is This Answer Correct ? | 14 Yes | 6 No |
Post New Answer View All Answers
Explain the function of //cntl statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What are the 2 types of parameters in dd statement?
Explain the purpose of the dd keylen parameter?
how JCL works?
How can unused space allocation be returned to the system when a dataset is closed?
Explain the purpose of dd * statement in jcl?
What is the function of job statement in jcl?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How to pass the parameter in parm using linkage section ? (syntax)?
how you can direct the data to spool using SYSOUT option?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
When space is allocated for an output dataset, what units can be used?
which utility is used to run a cobol-db2 program?