what is qualification on occurs clause?
Answers were Sorted based on User's Feedback
Answer / kanika
Occurs clause is used in case of table ,when one number is
used many times as in case of array.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
What are subroutines ? and how do we pass data to the sub routines?
What is amode(24)?
Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
How can you add a particular field in copybook?
what is the advantage of sync class
What is the Purpose of POINTER Phrase in STRING command in COBOL?
I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.
how to transfer the file from pc to mainframe??
maximum of how many screens we can open in emulator
What are some examples of command terminators?
where do u use low-value and high value in cobol
i WANT ALL ERROR codes IN CICS and DB2