Your models can invoke other models. This is typically done when many models need to do the same thing in the same way. For instance, if you have models that need to generate JOB statements you can write a separate model to do this, and then have the other models invoke this model. Then if you later want to change what is in your job statements you need only change the one model. This is similar to having programs call subroutines to separate out common processing.
Models invoke other modules through the INCLUDE statement
|
Copyright © 2004 CA.
All rights reserved.
|
|