OCCURS clause is used in the DATA DIVISION on data names at
(a) 01 level
(b) 77 level
(c) 88 level
(d) any level from 02 to 49
Answer Posted / ashish agarwal
88
| Is This Answer Correct ? | 1 Yes | 18 No |
Post New Answer View All Answers
What rules are followed by the search verb.
How you can characterize tables in cobol?
What is the problem of ordered sequential files access?
What is the usage of comp fields in cobol?
what is the difference between COBOL2 AND COBOL390?
) how do u code after getting data?
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 to know whether the module is dynamical or statistical?
what is search and searchall?what is the diffrence between them?give an best example?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are literals?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
HOw can I get the negative sign while deduct high value from low value
Write a program that uses move corresponding.
Name the divisions, which are available in a cobol program?