/* which is a DBCS variable name. The LINKMVS host command
*/
/* environment routine will look up the value of the two
*/
/* variables and pass their values to the address LINKMVS
*/
/* command, "proca29".
*/
/*******************************************************************/
ADDRESS LINKMVS "proca29 line_len line1_<.v.a.l.u.e>"
"FREE FI(INDD)"
EXIT 0
Running an Exec
After you have placed REXX instructions in a data set, you can run the exec
explicitly
by using the EXEC command followed by the data set name and the
"exec" keyword operand, or
implicitly
by entering the member name. You can run
an exec implicitly only if the PDS that contains it was allocated to a system file.
More information about system files appears in the “Running an Exec Implicitly” on
page 17.
Running an Exec Explicitly
The EXEC command runs non-compiled programs in TSO/E. To run an exec
explicitly, enter the EXEC command followed by the data set name that contains the
exec and the keyword operand "exec" to distinguish it from a CLIST.
You can specify a data set name according to the TSO/E data set naming
conventions in several different ways. For example the data set name
USERID.REXX.EXEC(TIMEGAME) can be specified as:
v
A
fully-qualified data set
, which appears within quotation marks.
EXEC 'userid.rexx.exec(timegame)' exec
v
A
non fully-qualified data set
, which has no quotation marks can eliminate your
profile prefix (usually your user ID) as well as the third qualifier, exec.
EXEC rexx.exec(timegame) exec
/* eliminates prefix */
EXEC rexx(timegame) exec
/* eliminates prefix and exec */
For information about other ways to specify a data set name, see the EXEC
command in
You can type the EXEC command in the following places:
v
At the READY prompt
READY
EXEC rexx.exec(timegame) exec
v
From the COMMAND option of ISPF/PDF
----------------------------- TSO COMMAND PROCESSOR -------------------------
ENTER TSO COMMAND OR CLIST BELOW:
===>
exec rexx.exec(timegame) exec
ENTER SESSION MANAGER MODE ===> NO
(YES or NO)
v
On the COMMAND line of any ISPF/PDF panel as long as the EXEC command
is preceded by the word "tso".
Execs Using Double-Byte Character Set Names
16
z/OS V1R1.0 TSO/E REXX User’s Guide
Содержание 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: ......