What is SORT ? How do we eliminate duplicate records ? How
do I select some records using SORT ?

Answer Posted / banchod

sort is nothing bt a big bal. it is used to burn others
bara. it is also the substance to hide ones gud.

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 2 types of parameters in dd statement?

652


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

860


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1801


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

612


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

863






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

854


Why block size is multiple of lrecl in jcl?

915


a dd statement has 2 types of parameters. Name them?

650


what is a jcl?

689


How to run cobol program using jcl?

652


When space is allocated for an output dataset, what units can be used?

751


Name a few IBM utility programs, and explain its function.

4440


Explain the function of a dd statement?

659


Explain how can the attributes of one sms dataset be copied to another dataset?

706


How jcl work to handle various input output file operations?

659