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.
These lines are used for documentation purposes. Comments are available with all entities and allow you to write, edit text in relation to the selected instance. This tab allows you to write, modify, move or delete text lines using basic word processing functions.
Value | Comments |
---|---|
* or blank | Standard documentation line. |
A | Alias for the Segment name. |
On a blank-type line, you enter a free comment.
On an A-type line, enter the COBOL Segment name.
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.