public enum DataElementInternalUsageValues extends java.lang.Enum<DataElementInternalUsageValues>
List of internal usages of Data Elements.
Enum Constant and Description |
---|
_0
COMPUTATIONAL-7 GCOS8
|
_1
DISPLAY SIGN LEADING SEPARATE - UNISYS 2200, GCOS8, IBM, TANDEM, GCOS7.
|
_2
DISPLAY-2 GCOS8 = DISPLAY.
|
_3
COMPUTATIONAL-3 IBM or equivalent.
|
_4
DISPLAY-2 NCR (unsigned packed decimal)
|
_5
COMPUTATIONAL-1 GCOS7 GCOS8
|
_6
COMPUTATIONAL-2 GCOS7 GCOS8
|
_7
COMPUTATIONAL-5 ICL 2900.
|
_8
COMPUTATIONAL BULL 66 GCOS8.
|
_9
COMPUTATIONAL-3 GCOS7 and GCOS8.
|
_C
COMPUTATIONAL (binary), IBM or equivalent;
BINARY, IBM and COBOL II variant. |
_D
DISPLAY (default option).
|
_F
COMPUTATIONAL-1 IBM or equivalent.
|
_G
COMPUTATIONAL SYNCHRONIZED RIGHT ICL 2900
COMPUTATIONAL-5 MICRO FOCUS. |
_H
COMPUTATIONAL UNISYS 2200.
|
_I
DISPLAY-1 UNISYS 2200
|
_J
COMPUTATIONAL-6 GCOS8.
|
_N
COMPUTATIONAL-4 aligned on a half-byte.
|
_O
COMPUTATIONAL-4 UNISYS 2200
|
_P
COMPUTATIONAL-1 GCOS8.
|
_Q
COMPUTATIONAL GCOS8.
|
_R
COMPUTATIONAL SYNCHRONIZED RIGHT, IBM or equivalent; This value is preferable to 'C' when binary data is aligned on even addresses, since the corresponding COBOL statements are more efficient.
|
_T
COMPUTATIONAL-3 PACKED SYNC.
|
_U
COMPUTATIONAL-1 UNISYS 2200.
|
_W
COMPUTATIONAL-2 UNISYS 2200.
|
_X
DISPLAY SIGN IS TRAILING SEPARATE CHARACTER.
|
_Y
DB-KEY GCOS8.
|
_Z
In batch mode only: this option, which is only used with an output format, generates a BLANK WHEN ZERO clause with the Batch Applications function.
|
INHERITED
Value of the parent Data Element
|
Modifier and Type | Method and Description |
---|---|
static DataElementInternalUsageValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataElementInternalUsageValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataElementInternalUsageValues _0
COMPUTATIONAL-7
GCOS8
public static final DataElementInternalUsageValues _1
DISPLAY SIGN LEADING SEPARATE - UNISYS 2200, GCOS8, IBM, TANDEM, GCOS7.
or NATIONAL SIGN IS LEADING SEPARATE CHARACTER for 'Unicode'-type Data Elements ('U' type).
public static final DataElementInternalUsageValues _2
DISPLAY-2 GCOS8 = DISPLAY. Fields are compared in accordance with the commercial collating sequence and not in accordance with the standard BULL sequence.
public static final DataElementInternalUsageValues _3
COMPUTATIONAL-3 IBM or equivalent.
COMPUTATIONAL GCOS7
PACKED-DECIMAL UNISYS 2200 (COBOL 85)
public static final DataElementInternalUsageValues _4
DISPLAY-2 NCR (unsigned packed decimal)
public static final DataElementInternalUsageValues _5
COMPUTATIONAL-1 GCOS7 GCOS8
public static final DataElementInternalUsageValues _6
COMPUTATIONAL-2 GCOS7 GCOS8
public static final DataElementInternalUsageValues _7
COMPUTATIONAL-5 ICL 2900.
public static final DataElementInternalUsageValues _8
COMPUTATIONAL BULL 66 GCOS8.
public static final DataElementInternalUsageValues _9
COMPUTATIONAL-3 GCOS7 and GCOS8.
public static final DataElementInternalUsageValues _C
COMPUTATIONAL (binary), IBM or equivalent;
BINARY, IBM and COBOL II variant.
public static final DataElementInternalUsageValues _D
DISPLAY (default option).
Required for date Data Elements.
public static final DataElementInternalUsageValues _F
COMPUTATIONAL-1 IBM or equivalent.
COMPUTATIONAL-9 BULL GCOS7. COMPUTATIONAL-11 GCOS8.
Relational DBD: floating point, simple precision.
public static final DataElementInternalUsageValues _G
COMPUTATIONAL SYNCHRONIZED RIGHT ICL 2900
COMPUTATIONAL-5 MICRO FOCUS.
public static final DataElementInternalUsageValues _H
COMPUTATIONAL UNISYS 2200.
BINARY UNISYS 2200 (COBOL 85)
public static final DataElementInternalUsageValues _I
DISPLAY-1 UNISYS 2200
public static final DataElementInternalUsageValues _J
COMPUTATIONAL-6 GCOS8.
REAL UNISYS-A.
public static final DataElementInternalUsageValues _N
COMPUTATIONAL-4 aligned on a half-byte. You must add the complement if the length is uneven.
NATIONAL (default usage) for 'Unicode'-type Data Elements ('U' type).
public static final DataElementInternalUsageValues _O
COMPUTATIONAL-4 UNISYS 2200
public static final DataElementInternalUsageValues _P
COMPUTATIONAL-1 GCOS8.
public static final DataElementInternalUsageValues _Q
COMPUTATIONAL GCOS8.
public static final DataElementInternalUsageValues _R
COMPUTATIONAL SYNCHRONIZED RIGHT, IBM or equivalent; This value is preferable to 'C' when binary data is aligned on even addresses, since the corresponding COBOL statements are more efficient.
public static final DataElementInternalUsageValues _T
COMPUTATIONAL-3 PACKED SYNC. GCOS8.
public static final DataElementInternalUsageValues _U
COMPUTATIONAL-1 UNISYS 2200.
public static final DataElementInternalUsageValues _W
COMPUTATIONAL-2 UNISYS 2200.
COMPUTATIONAL-12 GCOS8.
Relational database: floating point, double precision.
public static final DataElementInternalUsageValues _X
DISPLAY SIGN IS TRAILING SEPARATE CHARACTER.
or NATIONAL SIGN IS TRAILING SEPARATE CHARACTER for 'Unicode'-type Data Elements ('U' type).
public static final DataElementInternalUsageValues _Y
DB-KEY GCOS8. POINTER IBM and MICRO FOCUS
public static final DataElementInternalUsageValues _Z
In batch mode only: this option, which is only used with an output format, generates a BLANK WHEN ZERO clause with the Batch Applications function.
public static final DataElementInternalUsageValues INHERITED
Value of the parent Data Element
public static DataElementInternalUsageValues valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static DataElementInternalUsageValues[] values()
for (DataElementInternalUsageValues c : DataElementInternalUsageValues.values()) System.out.println(c);