END command

Use the END command to end a CLIST. When the system encounters an END command in a CLIST, and the CONTROL MAIN option is not in effect, CLIST execution halts. If the CONTROL MAIN option is in effect, use the EXIT statement to halt the execution of the CLIST. This function is better performed by the EXIT statement.