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
What is the default value(s) for an initialize and what keyword allows for an override of the default?
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 ......
What is the difference between external and global variables in COBOL?
Write a program to enter and display the names of students in a class using the occurs clause.
how to refer the data field?
How can you get the ksds file records into your cobol program?
how can i see junk values in dclgen or in hostvariable of comp ?
Name the divisions, which are available in a cobol program?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
explain sorting techniques in cobol program?
Which mode is used to operate the sequential file?
What is the LINKAGE SECTION used in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How arrays can be defined in COBOL?