Resource associations in Java generation

An EGL fixed record that accesses an external file, printer, or queue has a logical file or queue name. In the case of a printer, the logical file name is printer for most runtime systems. The name can be no more than 8 characters and is meaningful only as a way of relating the record to a system name, which the target system uses to access a physical file, printer, or queue.

In relation to files or queues, the file or queue name, or a substring derived from that name, is a default for the system name. In relation to printers, a default exists only for COBOL output and therefore is not used in Java™ generation.

Instead of accepting a default, you can take one or both of the following actions:
The resource associations part applies to these record stereotypes:

Feedback