what is qualification on occurs clause?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are INPUT PROCEDURE and OUTPUT PROCEDURE?

949


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.

6100


What is a report item?

914


Write a cobol program making use of the redefine clause.

945


how do you reference the ksds vsam file formats from cobol programs

885


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1895


What is rmode(any) ?

905


What is the difference between PIC 9.99 and 9v99 in COBOL?

989


How do u write test cases?

1823


Explain how you can characterize tables in cobol?

823


For rewrite, why is it mandatory that file needs to be opened?

847


Why would you use find and get rather than to obtain?

908


what is difference between cobol and cobol/400

22163


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

11532


IF I mention stop run in CICS what happens?

2101