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 |
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
Why did you choose to work with ibm mainframe cobol programming?
What is XDC ?
What is the difference between COMP & COMP-3 ?
without performing any operations on a file how can i know whether it contains data or not
can we redefine 77 level item is it possible
Which is not true about evaluate statement
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?
can we print comp 3 stmts how ?
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.
file status 00 is checked after opening the file or reading the file