The maximum number of dimensions that an array can have in
COBOL-85 is ?
Answer Posted / kumar
cobol85 will support up to 7 min.
cobol74 will support only 3 dim.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is the compute verb? How is it used?
what is amode(24), amode(31), rmode(24) and rmode(any)?
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
What is the utilization of copybook in cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
What are different data types in cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Explain the configuration section of a cobol program with examples of syntax.
What is a scope terminator give example?
What is the difference between Global and External Variables?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Explain how to differentiate call by context by comparing it to other calls?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?