Download FLCL - User Manual

Transcript
FLCL - User Manual
4.3.18
283 / 764
OBJECT STRING
SYNOPSIS
HELP:
PATH:
TYPE:
SYNTAX:
Use string format for the length field
XCNV.INPUT.SAV.FILE.FIO.REC.LENFMT
OBJECT
STRING(CHRSET=SYSTEM/ASCII/EBCDIC,COUNT=C04/C05/C06,BASE=B10,INCLUDE)
DESCRIPTION The object defines the binary representation of the length filed 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.
ARGUMENTS
• NUMBER:CHRSET=SYSTEM/ASCII/EBCDIC -Character set [SYSTEM]
– SYSTEM -Use system code page
– ASCII -Use ASCII (UTF-8) code page
– EBCDIC -Use EBCDIC code page
• NUMBER:COUNT=C04/C05/C06 -Character count [C06]
– C04 -4 character/digits
– C05 -5 character/digits
– C06 -6 character/digits
• NUMBER:BASE=B10 -String base [B10]
– B10 -Base 10 (decimal)
• SWITCH:INCLUDE -Include length field in length value [OFF]
4.3.19
OBJECT BCD
SYNOPSIS
HELP:
PATH:
TYPE:
SYNTAX:
Use BCD format for the length field
XCNV.INPUT.SAV.FILE.FIO.REC.LENFMT
OBJECT
BCD(WIDTH=U16/U24/U32,INCLUDE)
DESCRIPTION The object defines the binary representation of the length filed in BCD format (4 Bit are one decimal digit).
You can define the bit width and if the length field will be part of the length value or not.
ARGUMENTS
• NUMBER:WIDTH=U16/U24/U32 -Bit width/rate [B32]
– U16 -16 bit unsigned BCD (POV with 4 digits)
– U24 -24 bit unsigned BCD (POV with 6 digits)
– U32 -32 bit unsigned BCD (POV with 8 digits)
• SWITCH:INCLUDE -Include length field in length value [OFF]