I should know this, but don't remember and can't seem to find a definitive answer:
1. What is the initial state of WORKING-STORAGE items with no VALUE clauses? Or, in other words, if I have something like this in WORKING STORAGE, can I reliably depend on it to have an initial value of spaces?
01 WS-MISC-VARIABLES.
05 WS-WORK-FIELD-1 PIC X(10).
2. Does the answer to this question vary based on the implementor or is it a COBOL "standard"?
1. What is the initial state of WORKING-STORAGE items with no VALUE clauses? Or, in other words, if I have something like this in WORKING STORAGE, can I reliably depend on it to have an initial value of spaces?
01 WS-MISC-VARIABLES.
05 WS-WORK-FIELD-1 PIC X(10).
2. Does the answer to this question vary based on the implementor or is it a COBOL "standard"?