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 |
can we use the two 01 level in file discription ?
What are the pertinent COBOL
How do we get current date from system with century?
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
tell me about examine inspect and evaluate ?
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??
Have you code any new programs in COBOL ? What is the functionality of the programs?
if someone is using my file,how can i find which user id is using?
Write the code implementing the perform … varying.
Can we use redefine clause in occurs clause?
How can we know that cobol program is using report file or simple file....?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length