Can the OCCURS clause be at the 01 level?

Answer Posted / vineet pasricha

no you cant use occurs clause on 66 77 88 01

66 is for Rename
77 is for stand alone variables
88 is for indicators

you can use occur clause on 02 - 49

Is This Answer Correct ?    21 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1614


What are various search techniques in cobol? Explain.

650


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

623


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1914


What are the different data types in cobol?

797






How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1945


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

676


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1908


What is inspect in cobol ?

804


Which is not true about evaluate statement

1586


What are the different open modes available in cobol?

722


Define static linking and dynamic linking.

669


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

10626


how do you reference the variable block file formats from cobol programs

688


What are different data types in cobol?

691