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
Discuss about changing dataset name in proc.
How many bytes S(8) comp field occupy and its maximum value?
What is the difference between external and global variables in COBOL?
What is link edit in cobol?
Name some of the examples of COBOl 11?
What is an in line perform? When would you use it? Anything else you wish to say about it.
IF I mention stop run in CICS what happens?
Which division and paragraphs are mandatory for a COBOL program?
Which mode is used to operate the sequential file?
how do you reference the ksds vsam file formats from cobol programs
) what is the difference between AID and HANDLE AID?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is amode(31)
what is search and searchall?what is the diffrence between them?give an best example?