HELP: Use string format for the length field TYPE: OBJECT SYNTAX: STRING(CHRSET=SYSTEM/ASCII/EBCDIC/LOCAL,COUNT=num/C04/C05/C06,BASE=num/DEC/B10,INCLUDE)
The object defines the binary representation of the length field in string format (a character per digit). You can define the character set, the character count, the base and if the length field will be part of the length value or not.
NUMBER: CHRSET=SYSTEM/ASCII/EBCDIC/LOCAL - Character set [SYSTEM]
SYSTEM - Use default system code pageASCII - Use ASCII (UTF-8) code pageEBCDIC - Use EBCDIC code pageLOCAL - Use real local code pageNUMBER: COUNT=num/C04/C05/C06 - Character count [C06]
C04 - 4 character/digitsC05 - 5 character/digitsC06 - 6 character/digitsNUMBER: BASE=num/DEC/B10 - String base [B10]
DEC - Decimal base (10)B10 - Base 10 (decimal)SWITCH: INCLUDE - Include length field in length value [OFF]