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")
Copyright © 2012 CA. All rights reserved. |
|