z/OS TSO/E CLISTs
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


END statement

z/OS TSO/E CLISTs
SA32-0978-00

Use the END statement to mark the end of a DO-sequence, a SELECT statement, or a subprocedure. The END statement must appear on a line by itself following the DO-sequence, SELECT statement, or subprocedure.

Read syntax diagramSkip visual syntax diagram
>>-END---------------------------------------------------------><

The END statement is distinct from the TSO/E END command. If you use both the END statement and END command in a CLIST, you must distinguish them by redefining the END statement. Using the CONTROL statement, you can redefine the END statement as follows:
CONTROL END(string)

where string is 1-4 alphanumeric characters, beginning with an alphabetic character. You then use the string in place of END statements in the CLIST.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014