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 in DD statement what is the use of DCB parameter?
Which statement is used to identify the private libraries in job?
What are the parameter we cannot use in procedure?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is NOTCAT ?
Explain the function of //jcllib statement?
What do you understand by the term job time – out and how can you overcome that?
what is SOC4 error?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
In sms datasets, what is the function of the dd mgmtclas keyword?
How to run cobol program using jcl?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What do you know about jcl?