Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
No Answer is Posted For this Question
Be the First to Post Answer
How to execute a set of JCL statements from a COBOL program?
Explain complete concept of table handling in COBOL with an example?
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
when COMP-3 is preferrable?
How do you come out of an EVALUATE statement?
how do you reference the esds vsam file formats from cobol programs
How to read a record from bottom of a file which is indexed by 'A'.
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
What is the Purpose of POINTER Phrase in STRING command in COBOL?
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?
Can we move X(7) to S9(7) COMP?
A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.