CLIST iteration commands include:
REPEAT UNTIL REPEAT nnnn
Where:
UNTIL-signifies the loop is indefinite (i.e. commands within the loop will indicate termination).
nnnn-an integral literal representing a specific number of iterations. REPEAT groups may be nested to a level of 9. Each group must begin with REPEAT and end with ENDR.
Use the REPEAT command to provide an iteration facility for the CA IDMS DMLO CLIST.
ENDR
Use the ENDR command to indicate the end of a REPEAT group.
EXITR
Use the EXITR command to cause the CLIST execution to continue with the first command following the next ENDR command; i.e., to immediately exit the current level of REPEAT.
|
Copyright © 2014 CA.
All rights reserved.
|
|