ENABLE Reference Manual
 ENABLE COMMANDS
 GENERATE Command
 GENERATE Command
 The GENERATE command causes ENABLE to generate one or more
 applications. The syntax of the GENERATE command is:
 -----------------------------------------------------------------
 | |
 | GENERATE [ APPL ] [ <application> ] |
 | [ * ] |
 | |
 | [ , <attribute> <value> ] ... |
 | |
 | APPL |
 | |
 | is a keyword that identifies application as the type of |
 | object being generated. If APPL is the default object |
 | type, you can omit this keyword when you generate an |
 | application. |
 | |
 | <application> |
 | |
 | is the name of the application to be generated. |
 | Application names must conform to the following naming |
 | conventions: |
 | |
 | 1. The name can have from 1 to 30 letters, digits, and |
 | hyphen characters. It must begin with a letter and |
 | must not end with a hyphen. |
 | |
 | 2. The name must not be an ENABLE, SCREEN COBOL, or |
 | PATHWAY reserved word (listed in Appendix C) and must |
 | not be a PATHCOM reserved word when truncated to 15 |
 | characters. |
 | |
 | 3. The name must not begin with the 6-character ENABLE |
 | prefix "T9155-." |
 | |
 | 4. The name must be a unique entry to the object table. |
 | Duplicate object names are not allowed. |
 | |
 | * |
 | |
 | indicates that all named applications (those that |
 | currently exist in the object table) are to be generated. |
 | |
 | |
 | |
 | |
 | ---> |
 -----------------------------------------------------------------
 3-15










