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 disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Explain the function of the steplib dd statement?
What does a disposition of (MOD,DELETE,DELETE) mean ?
How can unused space allocation be returned to the system when a dataset is closed?
How can a jobs execution priority be modified?
what is use of dsn parameter in dd statement?
What are the rules employed while naming the steps in a job?
Describe the various parameters utilized in the creation of a gdg?
Explain the function of job statement in jcl?
Name a few IBM utility programs, and explain its function.
What is jcl in mainframe?
How can the attributes of one sms dataset be copied to another dataset?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How to submit jcl through a cobol program?
which parameter is used to check the syntax of a jcl without executing it?