adspace
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Answer Posted / Anshu Prabha
In COBOL, when you initialize a data item with no specific value, it defaults to '0' (zero) for numeric items and an empty string ('') for alphanumeric items. To override this default value, you can use the ASSIGN clause within the initialization statement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers