

Using and Modifying Copied Code › Copying and Modifying Code (=MACRO Parameter) › What You Can Do
What You Can Do
You can copy or modify code for a single CA Culprit run with the =MACRO parameter. Symbolic parameters can be used in copied or inline code as a substitute for arguments; parameters can be changed or suppressed.
How to Do It
- To code changes affecting copied code, enter =MACRO after the INPUT parameter.
- To code changes affecting inline code, enter =MACRO * at the beginning of the code to be changed.
- To modify code, enter the values for symbolic parameters, enclosed in parentheses, on the same line as the =MACRO (*) parameter.
- To eliminate or retain code, enter =DROP and =CHANGE on the line immediately following the =MACRO (*) parameter.
- Enter =MEND immediately after the =MACRO clauses.
- Code a second =MACRO */ =MEND sequence before inline code that is not to be changed.
Copyright © 2014 CA.
All rights reserved.
 
|
|