Differentiate COBOL and COBOL-II?
No Answer is Posted For this Question
Be the First to Post Answer
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How to execute a set of JCL statements from a COBOL program?
What is the meaning of 'TALLING' verb in cobol?
What is the purpose of Identification Division?
what is meant by binary search?
How can we know that cobol program is using report file or simple file....?
How many maximum number of procedures can we write in one COBOL program?
Name the sections present in data division.
What is the difference between performing a SECTION and a PARAGRAPH?
How many bytes do a s9 (7) comp-3 field occupy?
what is the size of W-REC in the following 01 W-REC 05 A PIC 9(4)V99 05 B READLINES A 10 C PIC XX 10 D PIC S9(4) 05 E OCCURS 7 PIC ZZ.ZZ 05 F OCCURS 5 10 G PIC ZZ.ZZZ99 10 H OCCURS 3 15 J PIC 9(3) 15 K PIC V99