Answer Posted / reshma
If a data-name with the occurs clause requires any
qualification by its higher level, the subscripts to be
written after the last qualified name. For ex,
01 INCOME-TAX-RATE
02 TAX-RATE PIC 99 OCCURS 10 TIMES.
if TAX-RATE should be qualified, it must appear as TAX-RATE
OF INCOME-TAX-RATE(I) and not as TAX-RATE(I) OF INCOME-TAX-
RATE
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain the configuration section of a cobol program with examples of syntax.
What rules are followed by the search verb.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Define cobol?
What are the different open modes available in cobol?
What is the Purpose of Pointer in the string?
State the various causes of s0c1, s0c5 and s0c7.
What is a SSRANGE and NOSSRANGE?
Are you comfortable in cobol or jcl?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What rules are to be followed while using the corresponding options?
Write a program to enter and display the names of students in a class using the occurs clause.
How you can characterize tables in cobol?
How arrays can be defined in COBOL?
What kind of error is trapped by on size error option?