BLK

Synopsis

HELP:   Convert a record list to one block (binary or text) of data
TYPE:   OBJECT
SYNTAX: BLK(BUFSIZ=num,METHOD=HOST/BIN/REC/TXT/NL/USS/LF/UNIX/CR/OLDMAC/CRLF/WINDOWS/DLM/SYSTEM/ORIGINAL,CHRSET=NONE/SYSTEM/ASCII/UCS1/UTF8/EBCDIC/UCS2BE/UTF16BE/UCS2LE/UTF16LE/UCS4BE/UTF32BE/UCS4LE/UTF32LE/LOCAL,SUPTWS,RPLTAB/RPLHTB[=num],RPLVTB[=num],RPLBSP,RPLCTR=SPACE/SUBSTITUTE/DELETE)

Description

The block converter can be used to convert records into data blocks with delimiters. On output, it can also add different length formats in front of the records or append a binary delimiter. You can also put all attributes of a record in front of the data. With CNV.REC() (opposite of CNV.BLK()) the length fields, delimiter and attributes can be parsed back. This conversion component uses the text, block and binary formatting components and provides all their features.

Arguments