Skip to main content
Skip table of contents

PDRL - ROLLOVER

This code is required by the HRUTZZ04 utility that imports data into PD tables from flat files.
Code Category: PDRL
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.
Long Description: Reserved for future use.
Associated Numeric Values
1-5: Reserved for future use.
Associated Codes
1: Reserved for future use.
2: "AS IS" - This tells the program to not do any formatting to the ID.
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 Descriptions
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.