Previous Topic: Defining Your Own Operations

Next Topic: VT52, VT100, and VT320 Sessions


Using Key Operations in Rules, REXX Programs, and Scripts

Note the following when using key operations in CA NSM rules, REXX programs, and scripts:

Example 1:

To invoke a key operation (such as QUIT or RESET) in a 3270 session from CA Automation Point rules, REXX programs or scripts, use this syntax:

@"operation"

Example 2:

Suppose that you want to send an end-of-text (ETX) character to an asynchronous session whenever CA Automation Point receives a message reporting that the keyboard is locked. CA Automation Point maps the ETX operation to the Ctrl+C keystroke sequence, so the following rule transmits an ETX operation to the session:

MSGID(KEYBOARD LOCKOUT), SESSCMD(@"ETX")