Source Definition tab

In this tab, you indicate the COBOL name and the formats of the Data.

COBOL name
Default format
Internal format
This format is required. It is used when the Data is called in one of the following components:
  • A file of the application (permanent file, database, temporary file)
  • ,???

You must enter the internal format as a COBOL picture.

You must ensure the compatibility between the input and internal formats.

Input format
This format is required when the Data Element is called in a transaction file, used as input in a batch flow

It is converted into the internal format, which is indicated in the Définition tab of the Data, d??????

You must ensure the compatibility between the input and internal formats.

If you do not specify an input format, the internal format is automatically taken into account.

Output format
????

You must enter the output format as a COBOL picture.

SQL Line definition
In this field, you enter a name and format of an SQL row. ????

Feedback