* Names
PL/I allows * as a structure or field name for items that are not accessed in a PL/I program.
The Plug-in includes those names in the schema as _star1, _star2, and so on. For example, consider this declaration:
DECLARE 1 ROOT, 2 TXT_FLD CHAR(10), 2 * CHAR(10), 2 * FIXED BIN(31);
Copyright © Cloud Software Group, Inc. All rights reserved.