This tab contains two sections, in the first one, the '-GC Lines' section, dedicated to the comments on the current Library. In the second one, the '-GO Lines' section, you can to specify the generation options for your current Library. Click the downward arrow in front of a section to open it.
Ces lignes sont utilisées à des fins documentaires. Les commentaires sont disponibles pour toutes les entités et vous permettent d'écrire et d'éditer un texte en relation avec l'instance sélectionnée. Cet onglet vous permet d'écrire, de modifier, de déplacer ou de supprimer des lignes de texte en utilisant les fonctions du traitement de texte.
Valeur | Commentaires |
---|---|
* ou blanc | Ligne de documentation standard. |
A | Alias pour le nom du Segment |
Sur une ligne de type "blanc", entrez un commentaire libre.
Sur une ligne de type "A", entrez le nom COBOL du Segment.
SCM IMPORT ENVIRONMENT
On an option line, you can specify the short code of the SCM import environment recognized upon generation and the application code in the following way:
EEE DE RE DEFAULTAPP REQUIREDAP
DATE TRANSFORMATION FUNCTION
The F9520=N option is therefore recommended.
With the opposite option (F9520=Y, default option), the standard F9520 subfunction is not generated ; it is overridden by the specific lines entered in F95.
FORMAT OF GENERATED INDEXES
This option applies to the indexes which are generated at the beginning or the Working Storage Section of Programs, under the 01 INDICES level.
By default, these indexes are formatted according to the value of the Program generation variant. This format is displayed in the generated Program, on the 01 INDICES line.
If you want to change this format (to increase the size of these indexes, optimize the processing time...), enter the
Type \ Description
O INDIC=COMPUTATIONAL-3
GENERATION OF CURSOR UPDATE
If you enter the CURSUPDT=YES option, the SQL ’Select statements will be replaced with Cursor for Update statements in a read for update access.
BREAKDOWN OF GENERATED DATE
If you indicate the BREAKDATE=YES option, the Data Elements defined with a date format will be generated as elementary fields which correspond to the year, month and day and a separator (if it is included in the date format).
A date will be broken down only if the generated COBOL level of the date field is lower than or equal to 47.
If a VALUE has been entered, it will be generated in the group field.
Any additional information (such as a VALUE) must be entered on the same line as the Data Element call on I, E or S-type lines on the Work Areas (-W lines). If a continuation line has been specified, the date will not be broken down.