TYPES OF SORTINGS.
which is more prefarable.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / adarsha
internal sort.. because we can have data validations to the
max extent a programmer could do...
| Is This Answer Correct ? | 0 Yes | 12 No |
Can JUSTIFIED be used for all the data types?
what is linkcard in cobol?
What is redefines clause in COBOL?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?
What are the different forms of EVALUATE statement?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
how to run sub programs using static and dynamic call ...
What guidelines should be followed to write a structured Cobol program?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
can any one give good example for cond 88 level number and for renames pls urgent dudes ?