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


Please Help Members By Posting Answers For Below Questions

How can values be passed from the job stream to an executable program?

869


Explain the function of dd name parameter with a 2 part structure; audit.report?

891


What do you know about jcl?

645


what is the compile process of cobol program expalin with code

1998


Explain about ISPF/TSO Commands

1308






What is the motivation behind coding class parameter in job statement?

684


In sms datasets, what is the function of the dd avgrec keyword?

650


what is the use of JCL?

660


Is it possible to left uncode disp? If yes, how?

704


What is multithreading in jcl?

939


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

852


Are there any set of rules for the names of the steps used in a job?

633


What parameter directs the output of the job log dataset?

763


which utility is used to sort a file in jcl?

745


Explain dfsort utility?

667