The Screen editor enables you to enter all the characteristics
of a Screen.
The Screen editor is constituted of:
- An Overview tab which displays, in read-only mode,
the type of Cobol and map to generate, the program's external name and transaction
code chosen at the Dialog level, and gives access to the other information
contained in the other tabs,
- A Definition tab with the general characteristics
of the Screen,
- A -CE Lines tab, where you indicate the fields which
constitute the Screen,
- A -CS Lines tab, where you indicate how to access
Segments in the validation, update and display processing associated with
the Screen.
- A -W Lines tab, whose information supplements the
Data Division in the generated program
- A -CP Lines tab which is used to call predefined
macros into the generated program.
- A -G Lines tab, where you specify comments or generation
options, override the error messages or the generated constants, or create
help messages.
- A Keywords tab,
- A Documentation tab.