i declare a Table as OCCURS 2000 TIMES.If the input file
has more than 2000 records will the COBOL program fail?
Answer Posted / sadaf rehan
Table OCCURS Clause has nothing to do with the number of
records in the input file..
if you are reading sequentially all the records will get
processed..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
Which mode is used to operate the sequential file?
explain sorting techniques in cobol program?
What is the use of intialize verb?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is the difference between perform … with test after and perform … with test before?
What are the rules of the move verb?
What is amode(31)
What is redefines clause in COBOL?
Have you used comp and comp-3 in your project? And how?
) what is the difference between AID and HANDLE AID?
Explain about different table spaces.
how can i see junk values in dclgen or in hostvariable of comp ?
In which area will you utilize 88 level items in cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)