The maximum number of dimensions that an array can have in
COBOL-85 is ?
Answer Posted / veena
7
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is link edit in cobol?
Give some examples of command terminators?
how do you reference the variable block file formats from cobol programs
What are the different rules to perform a Search?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What are the different open modes available in cobol?
What is a scope terminator give example?
What are the rules of the move verb?
In COBOL programming, what is PERFORM? What is VARYING?
What are various search techniques in cobol? Explain.
State the various causes of s0c1, s0c5 and s0c7.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
what is difference between cobol and cobol/400
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How do you define a variable of comp-1 and comp-2?