i declare a Table as OCCURS 2000 TIMES.If the input file
has more than 2000 records will the COBOL program fail?
Answer Posted / giri
No. Program will not fail
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between PIC 9.99 and PIC9v99?
Write the code to count the sum of n natural numbers.
What are literals?
Write the code implementing the perform … varying.
what is search and searchall?what is the diffrence between them?give an best example?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is rmode(any) ?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is a report item?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
how to refer the data field?
Differentiate between structured cobol programming and object-oriented cobol programming.