Layout Details
Loaded Layouts
The [LOADED] tab displays a paged table listing completely loaded layouts.
Clicking a layout on the list moves to the Layout Details page that provides the detail information. For more information, refer to Layout Details page.
The following describes each item of the table.
Item | Description |
---|---|
Program |
Name of the program where the layout is located. |
FD |
Name of the File Descriptor (FD) of the layout. |
PDS |
Name of the Partitioned Data Set (PDS) where the layout is located. |
Layout Type |
Type of the program where the layout is located. It is indicated as either COBOL or ONLINE. |
Last Sync Time |
Most recent time when layout metadata was imported from Analyzer by using the [BRING LAYOUTS] button. |
Failed Layouts
The [FAILED] tab displays a paged table listing layouts that failed to be loaded from Analyzer.
The following describes each item of the table.
Item | Description |
---|---|
Program |
Name of the program where the layout is located. |
FD |
Name of the file descriptor (FD) of the layout. |
Error Name |
Name of the error that occurred when the layout failed to be loaded. |
Error Message |
Error message displayed when the layout failed to be loaded. |
Layout Type |
Type of the layout. |
Last Sync Time |
Most recent time when layout metadata was imported from Analyzer by using the [BRING LAYOUTS] button. |
Layout Details
Clicking a layout in the [LOADED] tab in the Layout Screen opens the Layout Details page.
The Layout Details page provides information about the layout. To return to the Layout List, click the arrow in the upper left corner.
-
① Layout Info
The Layout Info view displays the details of the layout.
The following desribes each item.
Item Description Program
Program name of the layout.
FD
FD name of the layout.
Number of Fields
Number of the layout fields.
Size
Size of the layout in byte.
Layout Type
Type of the layout. (COBOL or ONLINE)
Last Sync Time
Most recent time when layout metadata was imported from Analyzer by using the [BRING LAYOUTS] button.
-
② Related Datasets
The Related Datasets view displays datasets that refer to the layout. Created datasets and candidate datasets are presented separately.
The following describes each item.
Item Description Candidate Datasets
Datasets that refer to the layout but have not been created yet.
Created Datasets
Datasets that have been created and refer to the layout. Clicking a dataset moves to the Dataset Details page.
-
③ Layout
Displays layout field information in a tree table. The fields can be expanded or collapsed by level.
The following describes each item.
Item Description Level
Field level in COBOL.
Field
Field name.
COBOL Type
Field data type in COBOL.
Java Type
Field data type in Java.
Digit
Number of digits of the whole-number part in the field.
Scale
Number of digits of the decimal part in the field.
Offset
Starting point of the field indicated by the count of the bytes.
Field Size
Size of the field data in byte.
Column Length
Length of the column when defined in a database table.
Occurs Size
Maximum number of repeating the OCCURS field. If it is not OCCURS field, "0" is marked.
ODO Field
Repeating number of the OCCURS DEPENDING ON (ODO) field. If it is not ODO field, "-" is marked.
Redefined Field
Name of the base field to redefine. If any information about the redefine field does not exist, "-" is marked.
Sign
Indicates whether the number field in COBOL type contains a sign.