Q17
Single choice
Given the lollowing declarations, what statement will raise STRINGSIZE condition if enabled? DCLA_STR CHAR (100) VARYING;
DCLB_STR CHAR(10) STATIC;
DCL C_STR CHAR (100);