Previous Topic: CLIST Documentation CommandsNext Topic: CLIST Status Test Command


CLIST Iteration Commands

CLIST iteration commands include:

REPEAT Command
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 Command
ENDR

Use the ENDR command to indicate the end of a REPEAT group.

EXITR Command
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.