

Adding Programming Logic to a Report › Directing Processing Flow › What You Can Do
What You Can Do
You can code a repeated procedure just once and direct CA Culprit to repeat it wherever needed.
How to Do It
To direct the processing flow, code:
- The word PERFORM on a processing parameter (type 7 or type 8). Type 8 parameters are discussed in chapter "Controlling Total Lines".
- The parameter sequence number where processing of the repetitive statements starts.
- The word RETURN at the end of the block of repetitive statements. Keep the related PERFORM/RETURN within the same parameter type.
Copyright © 2014 CA.
All rights reserved.
 
|
|