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
When is inspect verb is used in cobol?
What is the difference between comp and comp-3 usage?
What is the difference between external and global variables in COBOL?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the difference between PIC 9.99 and 9v99 in COBOL?
what is difference between cobol and cobol/400
How do u write test cases?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Difference between array and sub-script ?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are the pertinent COBOL