Skip to main content
Skip table of contents

BKRL - ROLLOVER

This code is required by the BKUTZZ utility that imports data into BK tables from flat files.
Code Category: BKRL
Code Value: ROLLOVER
Short Description: Reserved for future use.
Medium Description: INSERT ONLY or UPDATE ONLY or blank for both. Insert Only means that if the record is found, the process will not update. Update Only means that if the record is not found, the process will not insert. Blank means both options are available and will both update existing records and insert new records if no record exists. This option is not available for table BKDOCB since that is already an INSERT-ONLY option.
Long Description: Reserved for future use.
Associated Numeric Values
1: Reserved for future use.
2: Length of Document Number. This is where you define the size of the document number for all tables. The process will calculate the length of the value you submit in the data file and add leading zeroes to make the correct length. For example, data file contains the number 102, ID length is specified as 8, so the Document ID will become 00000102.
3-5: Reserved for future use.
Associated Codes
1-2: Reserved for future use.
3: TAB or COMMA or PIPE. This is the delimiter type for the data file.
4: DT or DU or DV or DW or DX or DY or D6 or D8. This is the date format. They are as follows:
DT = MM/DD/YY or MMDDYY
DU = MM/DD/YYYY or MMDDYYYY
DV = DD/MM/YY
DW = DD/MM/YYYY
DX = YY/MM/DD
DY = YYYY/MM/DD
D6 = YYMMDD
D8 = YYYYMMDD
5: Reserved for future use.
Associated Description
1-4: Reserved for future use.
5: "ORACLE," "INFORMIX" or "SQL." This flag will inform the program which system you are working with so that any special handling dealing with datetime fields or reserved words can be done.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.