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
how you can access an uncataloged dataset in a JCL?
what happens in conversion stage in job processing?
What do you understand by the term job time – out and how can you overcome that?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
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 ?
Why include statement is used in a jcl?
which parameter is used to check the syntax of a jcl without executing it?
Explain the purpose of dd dummy statement?
How can a fb file convert to vb file using sort program?
Is it possible to define dd statements as you want?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is the significance of addrspc parameter in the exec statement?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What do you understand by jcl?