The purpose of this tab is to define a Library, it consists in specifying the default generated language, and the generation options (the values chosen for the alphanumeric delimiter and decimal presentation character, the comments insertion option and the date presentation).
Value | Comments |
---|---|
0 | COBOL/VS IBM MVS |
1 | COBOL IBM VSE (COBOL II BATCH LANGUAGE only) |
3 | COBOL IBM AIX-OS/2-Windows/NT, MICROFOCUS |
4 | COBOL BULL GCOS7 |
5 | COBOL BULL GCOS8 |
7 | COBOL HP-3000 |
8 | COBOL UNISYS Series A : this variant is required at
the library level to work in half-byte packed mode. Note: If this value ’8’
is entered on the Library Definition after data element formats have been
defined, the element formats on the Element definition and Segment/Screen
Call of Elements, including FILLERS and undefined elements, will have to be
re-entered so that the lengths are taken into account.
This option can also be used with BULL GCOS8 hardware. In that case, the generation variant ’5’ must be completed in the programs and screens. |
C | Extraction of COBOL Source. |
F | COBOL TANDEM |
I | COBOL DEC/VAX VMS |
K | COBOL ICL 2900 |
M | Cobol BULL GCOS6 |
N | No adaptation at any language variant (default option at definition level). |
O | COBOL AS/400 |
U | COBOL UNISYS 2200 Series |
X | COBOL II IBM MVS or VSE (OLSD function. |
Q | ACUCOBOL |
Values | Comments | |
---|---|---|
N | No generation. | |
OLSD FUNCTION |
0 |
|
1 |
|
|
2 |
|
|
3 | Variants 0, X for IMS (IBM), MFS map in color. | |
4 |
|
|
5 | Variants 0, X for CICS (IBM) monitor. | |
C |
|
|
F |
|
|
R | Variant F for ’REQUESTER’ type Program. or variant R for ’CLIENT’ type Program. | |
S | Variant F for ’SERVER’ type Program. or variant R for ’SERVICE’ type Program. |
Values | Comments |
---|---|
N | When using COBOL II or COBOL 85. This is the eafault value at Generation parameters creation. If the year is smaller than the value entered in the Century reference date field, it is prefixed by 20. If it is greater, it is prefixed by19. |
C | When using COBOL II or COBOL 85 compatible with year 2000. Direct retrieval of the System Date including the century according to the COBOL capabilities. |
W | For the use of other COBOL languages. A value is set for the century as with the N value. |
Values | Comments |
---|---|
E | MM/DD/YY format. |
F | DD/MM/YY format. |
Values | Comments |
---|---|
Y | The titles and frames of (sub-)functions as well as the inserted comments (’*’ operator) are present in the generated COBOL. Moreover punctuation is automatically calculated for comment lines which do not include a block type. The block type of the next processing is then taken into account for this calculation. |
S | The titles and frames of (sub-)functions as well as the inserted comments (’*’ operator) are ignored at generation time. |
O | Same as the Y value, except for the BATCH Function in which the punctuation of comments is not calculated ; it varies according to the block type present on these lines. |
N | Default option when the Library is created. Same as the S value, except for the Pacbench C/S and OLSD Functions, in which the inserted comments lines (’*’ operator) are included in the generated COBOL. |