Answer Posted / vaneesh
Friends even numeric size can be varied with
COMPILER DYNM option
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How many sections are there in data division in COBOL?
How do you differentiate between cobol and cobol-ii?
how do you reference the fixed unblock file formats from cobol programs
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
what is difference between cobol and cobol/400
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
how do you reference the variable block file formats from cobol programs
how do you reference the esds vsam file formats from cobol programs
How do u write test cases?
What is the difference between Global and External Variables?
What is the compute verb? How is it used?
When is inspect verb is used in cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
how to move the records from file to array table. give with code example