Data format abbreviations
COBOL and PL/I data format abbreviations
This section describes the data format abbreviations used by File-AID when the FPRINT function or parameter is used to print records with the SHOW=FORMAT parameter. Abbreviations are used for the data format descriptions of each layout field, to allow the field usage information to fit within the confines of the Field Description area. Contents of this section includes:
- COBOL data format abbreviations
- PL/I data format abbreviations.
See the following table for a list of COBOL abbreviations, and PL/I Data Format Abbreviations for a list of PL/I abbreviations.
COBOL Data Format Abbreviations
Abbrev. | COBOL Data Type |
---|---|
AN | USAGE DISPLAY (PICTURE contains at least one non-numeric symbol) |
NUM | USAGE DISPLAY (PICTURE contains all numeric symbols, unsigned) |
SNUM | USAGE DISPLAY (PICTURE contains all numeric symbols, signed) |
P | USAGE COMPUTATIONAL-3, unsigned |
PS | USAGE COMPUTATIONAL-3, signed |
BI | USAGE COMPUTATIONAL, signed and unsigned |
BIS | USAGE COMPUTATIONAL SYNCHRONIZED, signed and unsigned |
SPFP | USAGE COMPUTATIONAL-1 (single precision floating point) |
DPFP | USAGE COMPUTATIONAL-2 (double precision floating point) |
PL/I Data Format Abbreviations
Abbrev. | PL/I Data Type |
---|---|
AREA | AREA item |
BFL | BINARY FLOAT item |
BFX | BINARY FIXED item |
BIT | BIT item |
CHAR | CHARACTER item |
DFL | DECIMAL FLOAT item |
DFX | DECIMAL FIXED item |
OFST | OFFSET item |
PFL | Floating Point numeric PICTURE item (signed) |
PFLU | Floating Point numeric PICTURE item (unsigned) |
PFX | Fixed Point numeric PICTURE item (signed) |
PFXU | Fixed Point numeric PICTURE item (unsigned) |
PTR | POINTER item |
VBIT | BIT VARYING item |
VCHR | CHAR VARYING item |