These options represent the IDEN statement of the JDL. The value of the DJDEIden setting is a string constant. The types of supported string constants are ASCII (A'string'), EBCDIC (E'string'), Character ('string'), and Hex (X'string').
These types of strings are not supported: Octal, H2, and H6. Strings containing repeat counts, embedded hex values, and upper/lower case toggles are not supported. Using the JDL sample listed earlier, the INI options should be:
DJDEIden = A'@@@DJDE'
DJDEOffset = 0
DJDESkip = 8
© Copyright 2012, Oracle and/or its affiliates. All rights reserved. Legal notices.