CL Command Reference - ADDEMLCFGE

CL Command List > ADDEMLCFGE Reference

Description:

The Add Emulation Configuration Entry (ADDEMLCFGE) command is used to add a configuration entry for a 3270 device emulation session to the configuration file. You can use this command to specify display and printer emulation options, such as setting the maximum image size for a display, or tracing the data stream for a printer.

The values you specify are used during an emulation session when the configuration entry is specified on the Start 3270 Display Emulation (STREML3270) or Start Printer Emulation (STRPRTEML) commands.



Examples:

Example 1: Adding a Configuration Entry

ADDEMLCFGE EMLCFGE(ARTSDEPT) EMLMAXSCR(*MOD5)
EMLGRDLIN(*YES)

This command adds an emulation configuration entry named ARTSDEPT for a display with a maximum screen image of 27 rows by 132 columns. Field outlining does not show on the display.



Example 2: Adding a Configuration Entry for a Printer

ADDEMLCFGE EMLCFGE(FASBPRINT) EMLDBGJOB(*TRACE)
EMLATR(*REJECT)

This command adds an emulation configuration entry named FASBPRINT to the configuration file. The FASBPRINT configuration entry traces the printer data stream when a job is running with a trace on it and sends a negative response when incorrect data is received.