Q20
Single choice
Given the following declarations, which code is likely to perform best and correctly initialize structure 3?
DCL 1 S UNALIGNED,
2 A CHAR(3),
2 B BIN FIXED(31),
2 C DEC FIXED(5);
DCL 1 T UNALIGNED LIKE S;
T = ";