COMP-3 variables are expanded when browsing through record layout?
B
Correct answer
Explanation
COMP-3 is a packed decimal format in COBOL that stores two decimal digits per byte (using nibbles). When browsing through a record layout, COMP-3 variables are displayed in their packed binary representation, not expanded into their full decimal form. You would need specialized tools or conversion to see the expanded decimal value.