When a REXX exec runs on a host system, there is at least one default
environment available for executing commands.
The default host command environments available in TSO/E REXX are as follows:
TSO
- the environment in which TSO/E commands and TSO/E REXX
commands execute in the TSO/E address space.
MVS
- the environment in which TSO/E REXX commands execute in a
non-TSO/E address space.
LINK
- an environment that links to modules on the same task level.
LINKMVS
- an environment that links to modules on the same task level. This
environment allows you to pass multiple parameters to an invoked module, and
allows the invoked module to update the parameters. The parameters you pass
to the module include a length identifier.
LINKPGM
- an environment that links to modules on the same task level. This
environment allows you to pass multiple parameters to an invoked module, and
allows the invoked module to update the parameters. The parameters you pass
to the module do not include a length identifier.
ATTACH
- an environment that attaches modules on a different task level.
ATTCHMVS
- an environment that attaches modules on a different task level.
This environment allows you to pass multiple parameters to an invoked module,
and allows the invoked module to update the parameters. The parameters you
pass to the module include a length identifier.
ATTCHPGM
- an environment that attaches modules on a different task level.
This environment allows you to pass multiple parameters to an invoked module,
and allows the invoked module to update the parameters. The parameters you
pass to the module do not include a length identifier.
ISPEXEC
- the environment in which ISPF commands execute.
ISREDIT
- the environment in which ISPF/PDF EDIT commands execute.
CONSOLE
- the environment in which MVS system and subsystem commands
execute. To use the CONSOLE environment, you must have TSO/E CONSOLE
command authority and an extended MCS console session must be active. You
use the TSO/E CONSOLE command to activate an extended MCS console
session. See
z/OS TSO/E System Programming Command Reference
, for more
information about using the CONSOLE command.
CPICOMM
- the environment that allows you to invoke the SAA common
programming interface (CPI) Communications calls.
LU62
- the environment that allows you to invoke the APPC/MVS calls that are
based on the SNA LU 6.2 architecture. These calls are referred to as
APPC/MVS calls throughout the book.
APPCMVS
- the environment that allows you to access MVS/APPC callable
services related to server facilities and for the testing of transaction programs.
In a non-TSO/E environment, TSO/E REXX provides the following host command
environments:
v
MVS (the initial host command environment)
v
LINK
v
LINKMVS
v
LINKPGM
v
ATTACH
v
ATTCHMVS
v
ATTCHPGM
Issuing Other Types of Commands from an Exec
102
z/OS V1R1.0 TSO/E REXX User’s Guide
Summary of Contents for TSO/E REXX
Page 1: ...z OS TSO E REXX User s Guide SA22 7791 00 ...
Page 2: ......
Page 3: ...z OS TSO E REXX User s Guide SA22 7791 00 ...
Page 10: ...viii z OS V1R1 0 TSO E REXX User s Guide ...
Page 12: ...x z OS V1R1 0 TSO E REXX User s Guide ...
Page 14: ...xii z OS V1R1 0 TSO E REXX User s Guide ...
Page 18: ...xvi z OS V1R1 0 TSO E REXX User s Guide ...
Page 20: ...2 z OS V1R1 0 TSO E REXX User s Guide ...
Page 58: ...Tracing Expressions with the TRACE Instruction 40 z OS V1R1 0 TSO E REXX User s Guide ...
Page 78: ...60 z OS V1R1 0 TSO E REXX User s Guide ...
Page 86: ...Built In Functions 68 z OS V1R1 0 TSO E REXX User s Guide ...
Page 128: ...Issuing Other Types of Commands from an Exec 110 z OS V1R1 0 TSO E REXX User s Guide ...
Page 136: ...Debugging Execs 118 z OS V1R1 0 TSO E REXX User s Guide ...
Page 170: ...Protecting Elements in the Data Stack 152 z OS V1R1 0 TSO E REXX User s Guide ...
Page 201: ...Part 3 Appendixes Copyright IBM Corp 1988 2001 183 ...
Page 202: ...184 z OS V1R1 0 TSO E REXX User s Guide ...
Page 222: ...Using Variables 204 z OS V1R1 0 TSO E REXX User s Guide ...
Page 226: ...208 z OS V1R1 0 TSO E REXX User s Guide ...
Page 238: ...220 z OS V1R1 0 TSO E REXX User s Guide ...
Page 241: ......