Interview Questions

What is the default values for an INITIALIZE ...

COBOL Interview Questions


(Continued from previous question...)

What is the default values for an INITIALIZE ...

Q: What is the default values for an INITIALIZE and what keyword allows for an override of the default.

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

(Continued on next question...)

Other Interview Questions