The maximum number of dimensions that an array can have in
COBOL-85 is ?
Answer Posted / aji cherian
9
| Is This Answer Correct ? | 14 Yes | 12 No |
Post New Answer View All Answers
Name the sections present in data division.
Which mode is used to operate the sequential file?
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
For rewrite, why is it mandatory that file needs to be opened?
What is a report item?
How do u write test cases?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What the difference is between continue and next sentence?
What is rmode(24)
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is amode(31)
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how do you reference the esds vsam file formats from cobol programs
How arrays can be defined in COBOL?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this