Answers

Question and Answer:

  Home  Cobol

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

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

 218 views

More Questions for you: