Defining the Screen elements and layout
The elements that constitute a Screen can be Data Elements,
labels, or Screens. To insert them, and to specific their display
characteristics in the Screen layout, you must open the -CE
Lines tab of a Screen.
Modifying the internal resources of a batch or online program
The internal resources of a batch or online program are
its work or linkage areas. You can replace their automatically generated
descriptions by calling Data Structures or Data Elements in the work
and linkage areas. To do so, you specify micropatterns directly in
the COBOL code of the generated instance.
Adding or modifying Macro calls
When you call a Macro, its lines are inserted in a batch
or online program. You can then use standard sequences of specific
code several times in the same program or in different programs. To
call a Macro, you must select it in the -CP Lines tab.
If it is parameterized, you must assign values to its parameters.
Defining the Screen elements and layout
The elements that constitute a Screen can be Data Elements,
labels, or Screens. To insert them, and to specific their display
characteristics in the Screen layout, you must open the -CE
Lines tab of a Screen.
Modifying the internal resources of a batch or online program
The internal resources of a batch or online program are
its work or linkage areas. You can replace their automatically generated
descriptions by calling Data Structures or Data Elements in the work
and linkage areas. To do so, you specify micropatterns directly in
the COBOL code of the generated instance.
Adding or modifying Macro calls
When you call a Macro, its lines are inserted in a batch
or online program. You can then use standard sequences of specific
code several times in the same program or in different programs. To
call a Macro, you must select it in the -CP Lines tab.
If it is parameterized, you must assign values to its parameters.