Answer Posted / mandozai
In cobol array starts with 1 not with 0
Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
explain sorting techniques in cobol program?
What are the different open modes available in cobol?
How do u write test cases?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
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 move the records from file to array table. give with code example
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 are the various section in data division and briefly explain them.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Write a program that uses move corresponding.
What is the difference between next sentence and continue in cobol programing language?
What are the pertinent COBOL commands?
what are decleratives in cobol?
What the difference is between continue and next sentence?