I am using the STRINSERT Inst to append an ASCII Control character to the end of a String in SS0. Since the length of the string in SS0 will vary I thought I could specify an Offset value of 50 which is longer than the longest string SS0, (34) ASCII characters, would see but still leave room for the appended Control character in the string. When I execute the STRINSERT inst the control character is appended how I expected/hoped but I receive a ST132 Warning.
Should I worry about that warning and//or is there a better way of adding a control character to the end of an ASCII string.