Previous Topic: 3278 Host Key Names

Next Topic: TYPESEC Return Codes

EPI TYPESEC—Simulate Typing without Displaying in OPSLOG

Use the TYPESEC command to simulate typing at a 3278 keyboard without writing the typed text to OPSLOG. For example, you can use the TYPESEC command to keep passwords from appearing in OPSLOG.

ADDRESS EPI "TYPESEC keywords"
  {termname|*}
  {text}
termname

Defines the terminal to which you are sending text.

*

Sends the text to the current virtual terminal.

text

Defines the text to be sent to the external product associated with this virtual terminal. This text combines literal text enclosed in single quotation marks (such as the text of a command) and the names of keys on the 3278 keyboard (such as Enter).

Note: For more information on using the TYPESEC command, see the User Guide and the Command and Function Reference.

Example: Character sequence sent to a virtual terminal

This example sends virtual terminal TERM1 a character sequence that moves the cursor to the first input field on the screen, erases its contents, enters a password, and then issues an ENTER keystroke:

TYPESEC TERM1 !HOME!ERASE_EOFsecret!ENTER