If you intend to write REXX programs containing PLOT commands, remember the following:
You can draw a graph with only a few PLOT commands. The REXX language allows you to concatenate multiple lines whenever a line ends with a comma; many of the examples in this chapter show concatenated lines.
Keep the following points in mind:
The Plot feature assigns defaults freely for missing information. Most usage or syntax errors in a PLOT command statement simply generate return codes rather than error messages.
You can do so by manually executing them from a Windows command line while CA Automation Point is running. Enter the AXCREXX REXXNAME. This testing method allows you to scroll through REXX trace information generated by the REXX program.
Note: The example PLOT command statements in the remainder of this chapter are enclosed in double quotation marks to show how they would appear in a REXX program. (Because the sample plot file SPLPLOT.cmd uses parameter substitution, there are more quotation marks within its PLOT statements, following standard REXX syntax.)
Copyright © 2012 CA. All rights reserved. |
|