i declare a Table as OCCURS 2000 TIMES.If the input file
has more than 2000 records will the COBOL program fail?

Answer Posted / sivakumar sekharannair

Yeah vidhya's answer is correct. If the complier option is
set with SSRANGE=Y then the program will fail. Other wise
it will not... the default option is NOSSRANGE...

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

1915


Which Search verb is equivalent to PERFORM…VARYING?

677


How you can characterize tables in cobol?

708


Which is not true about evaluate statement

1561


How do u write test cases?

1631






)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1515


Are you comfortable in cobol or jcl?

633


explain sorting techniques in cobol program?

682


What are the pertinent COBOL commands?

2617


What is the difference between perform … with test after and perform … with test before?

869


What are the different open modes available in cobol?

713


State the various causes of s0c1, s0c5 and s0c7.

656


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

667


IF I mention stop run in CICS what happens?

1886


Difference between array and sub-script ?

1154