i declare a Table as OCCURS 2000 TIMES.If the input file
has more than 2000 records will the COBOL program fail?
Answer Posted / veena
But when i tested with more than 2000 records it not
abending.all input records are process and written to
output file.Thats why i am confused.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
IF I mention stop run in CICS what happens?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How you can read the file from bottom?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
how do you reference the esds vsam file formats from cobol programs
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is the use of intialize verb?
how do you reference the ksds vsam file formats from cobol programs
Discuss about changing dataset name in proc.
how do you reference the variable unblock file formats from cobol programs
What rules are followed by the search verb.
What is amode(24)?
How many sections are there in data division in COBOL?
Name the divisions, which are available in a cobol program?
How arrays can be defined in COBOL?