

ADDRESS AXC Commands › ADDRESS AXC Command Syntax
ADDRESS AXC Command Syntax
Follow these rules when invoking ADDRESS AXC commands:
- Use double ampersands (&&) when you include an ampersand in the text to be sent. To send the text ABC&D, issue the SESSCMD command processor as follows:
"SESSCMD 'ABC&&D'"
- Use a single ampersand (&) before the name of a variable in your REXX program to instruct CA Automation Point to evaluate the variable. For example:
myvar = "This is a test msg."
"WTOH '&myvar'"
displays the following message in the Action Message area:
This is a test msg.
- The usual delimiter for the positional operands in the MSG, REXX, SESSCMD, WTO, WTOH, and WTXC command processors is the single quote ('). If the value that you are specifying contains single quotes, you can use any of the following delimiter characters:
~ ! @ # $ % ^ * _ - + = " < > , . / ] \
The following command sends a message containing an embedded single quote:
"WTXC #Time's up!# "
- Do not exceed the 256-character maximum line length when invoking a command processor. Be especially careful if you are using many variables or variables that have very long values.
- Operands shown in brackets ([ ]) are optional.
Copyright © 2011 CA.
All rights reserved.
 
|
|