
Appendix C. Comparisons Between CLIST and REXX
Accessing System Information . . . . . . . . . . . . . . . . . . . 198
Controlling Program Flow
. . . . . . . . . . . . . . . . . . . . 199
Debugging . . . . . . . . . . . . . . . . . . . . . . . . . . 200
Execution . . . . . . . . . . . . . . . . . . . . . . . . . . 200
Interactive Communication . . . . . . . . . . . . . . . . . . . . 201
Passing Information. . . . . . . . . . . . . . . . . . . . . . . 201
Performing File I/O . . . . . . . . . . . . . . . . . . . . . . . 202
Syntax
. . . . . . . . . . . . . . . . . . . . . . . . . . . 202
Both the CLIST language and the REXX language can be used in TSO/E as
procedures languages. Some major features of REXX that are different from CLIST
are:
v
Host command environments - TSO/E REXX has the ability to invoke commands
from several environments in MVS and ISPF, as well as from TSO/E. The
ADDRESS instruction sets the environment for commands. For more information,
see “Issuing Other Types of Commands from an Exec” on page 101.
v
Parsing capabilities - For separating data into variable names and formatting text,
REXX provides extensive parsing through templates. For more information, see
“Parsing Data” on page 87.
v
Use of a data stack - REXX offers the use of a data stack in which to store data.
For more information, see “Chapter 11. Storing Information in the Data Stack” on
page 135.
v
Use of mixed and lowercase characters - Although variables and most input are
translated to uppercase, REXX provides ways to maintain mixed and lowercase
representation. For more information, see “Preventing Translation to Uppercase”
In some ways CLIST and REXX are similar. The following tables show similarities
and differences in the areas of:
v
Accessing system services
v
Controlling program flow
v
Debugging
v
Execution
v
Interactive communication
v
Passing information
v
Performing file I/O
v
Syntax
v
Using functions
v
Using variables
© Copyright IBM Corp. 1988, 2001
197
Содержание TSO/E REXX
Страница 1: ...z OS TSO E REXX User s Guide SA22 7791 00 ...
Страница 2: ......
Страница 3: ...z OS TSO E REXX User s Guide SA22 7791 00 ...
Страница 10: ...viii z OS V1R1 0 TSO E REXX User s Guide ...
Страница 12: ...x z OS V1R1 0 TSO E REXX User s Guide ...
Страница 14: ...xii z OS V1R1 0 TSO E REXX User s Guide ...
Страница 18: ...xvi z OS V1R1 0 TSO E REXX User s Guide ...
Страница 20: ...2 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 58: ...Tracing Expressions with the TRACE Instruction 40 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 78: ...60 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 86: ...Built In Functions 68 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 128: ...Issuing Other Types of Commands from an Exec 110 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 136: ...Debugging Execs 118 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 170: ...Protecting Elements in the Data Stack 152 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 201: ...Part 3 Appendixes Copyright IBM Corp 1988 2001 183 ...
Страница 202: ...184 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 222: ...Using Variables 204 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 226: ...208 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 238: ...220 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 241: ......