What are the differences between COBOL and COBOL II?
Answer Posted / ravi
Cobol II suports structure programming by using Inline
performs and explicit scope terminators
Cobol used for reports which is not present in COBOL II
COBOL II has many new features like EVALUATE.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Define static linking and dynamic linking.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is report-item in COBOL?
What is Pic 9v99 Indicates in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the various section in data division and briefly explain them.
What is the difference between Global and External Variables?
What is length is cobol?
Write a program that uses move corresponding.
What is the usage of comp fields in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How you can characterize tables in cobol?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc