Cobol Question:
Download Questions PDF

What is the default value(s) for an INITIALIZE? What keyword will allow for an override of the default?

Answer:

INITIALIZE moves spaces to alphabetic fields and zeros to alphanumeric fields. The REPLACING option can be used to override these defaults.

Download Cobol Interview Questions And Answers PDF

Previous QuestionNext Question
What is the difference between a binary search and a sequential search what are the pertinent COBOL?What is the difference between comp and comp-3 usage Explain other COBOL usages?