what is qualification on occurs clause?

Answers were Sorted based on User's Feedback



what is qualification on occurs clause?..

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

what is qualification on occurs clause?..

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

Post New Answer

More COBOL Interview Questions

can we use the two 01 level in file discription ?

6 Answers  


What are the pertinent COBOL

0 Answers   IBM,


How do we get current date from system with century?

2 Answers  


How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.

2 Answers   IBM,


tell me about examine inspect and evaluate ?

2 Answers   CTS,


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 ??

2 Answers   HCL,


Have you code any new programs in COBOL ? What is the functionality of the programs?

2 Answers   Patni, Xansa,


if someone is using my file,how can i find which user id is using?

4 Answers  


Write the code implementing the perform … varying.

0 Answers  


Can we use redefine clause in occurs clause?

10 Answers  


How can we know that cobol program is using report file or simple file....?

4 Answers  


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length

2 Answers   IBM, Wipro,


Categories