TYPES OF SORTINGS.
which is more prefarable.

Answer Posted / girish kumar

2 TYPES OF SORTINGS

1.INTERNAL SORTING- cobol sorting
2. EXTERNAL SORTING.- jcl sorting.

WE MAINLY USE EXTERNAL SORTING, WHICH IS EASY AND FAST.

Is This Answer Correct ?    35 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What rules are to be followed while using the corresponding options?

641


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

744


Give some examples of command terminators?

759


Explain about different table spaces.

650


What is the Purpose of POINTER Phrase in STRING command in COBOL?

721






IF I mention stop run in CICS what happens?

1896


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5063


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10610


Explain how to differentiate call by context by comparing it to other calls?

689


What is a SSRANGE and NOSSRANGE?

820


how to move the records from file to array table. give with code example

2219


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

857


Can we change the password using ALTER? anyone tried and changed?

1547


How to remove 2 duplicate records and copy only one using job control language?

753


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

717