Cobol Question:
Download Questions PDF

What care has to be taken to force program to execute above 16 Meg line?

Answer:

Make sure that link option is AMODE=31 and RMODE=ANY. Compile option should never have SIZE (MAX). BUFSIZE can be 2K, efficient enough.

Download Cobol Interview Questions And Answers PDF

Previous QuestionNext Question
How do you submit JCL via a COBOL program?What is the difference between SEARCH and SEARCH ALL? What is more efficient?