alias

The alias property specifies a string (in quotation marks) that is incorporated into the names of generated output. If you do not set the alias property, the part name is used instead.

Compatibility

Table 1. Compatibility considerations for alias property
Platform Issue
COBOL generation When the alias property is specified for a Program, Library, Service, or Interface part, the name is truncated to the maximum permitted name length, as follows:
  • Service and Interface part names have a 7 character maximum.
  • Program and Library part names have an 8 character maximum on zSeries®, and a 7 character maximum on iSeries®.
VGWebTransaction program The property relates a VGUI field to a JSP control ID. The property is useful in this case:
  • You migrated a program from VisualAge® Generator, and
  • The ID in the existing JSP file is not valid in EGL.

You have no reason to set the alias property if the field name in the VGUI record is equivalent to the control ID, as is usually the case.


Feedback