Running Execs In A Tso/E Address Space; Running An Exec In The Foreground - IBM TSO/E REXX User Manual

Table of Contents

Advertisement

Service
v SETLANG — controls the language in which REXX messages are
displayed
v STORAGE — retrieves and optionally changes the value in a storage
address
v SYSCPUS — returns information about CPUs that are online
v SYSDSN — returns information about the availability of a data set
v SYSVAR — returns information about the user, the terminal, the exec,
and the system
Interaction with CLISTs — Execs and CLISTs can call each other and
pass information back and forth. For more information, see "Running an
Exec from a CLIST" on page 175.
ISPF and ISPF/PDF services — An exec that is invoked from ISPF can
use that dialog manager's services.

Running Execs in a TSO/E Address Space

Earlier sections in this book described how to run an exec in TSO/E explicitly and
implicitly in the foreground. When you run an exec in the foreground, you do not
have use of your terminal until the exec completes. Another way to run an exec is
in the background, which allows you full use of your terminal while the exec runs.

Running an Exec in the Foreground

Interactive execs and ones written that involve user applications are generally run in
the foreground. You can invoke an exec in the foreground in the following ways:
v Explicitly with the EXEC command. For more information, see "Running an Exec
v Implicitly by member name if the PDS containing the exec was previously
v From another exec as an external function or subroutine, as long as both execs
v From a CLIST or other program. For more information, see "Running an Exec
Explicitly" on page 16.
allocated to SYSPROC or SYSEXEC. (Your installation might have a different
name for the system file that contains execs. For the purposes of this book, it is
called SYSEXEC.) For more information, see "Running an Exec Implicitly" on
page 17 and "Appendix A. Allocating Data Sets" on page 185.
are in the same PDS or the PDSs containing the execs are allocated to a system
file, for example SYSPROC or SYSEXEC. For more information about external
functions and subroutines, see "Chapter 6. Writing Subroutines and Functions" on
page 69.
from a CLIST" on page 175.
Chapter 13. Using REXX in TSO/E and Other MVS Address Spaces
Services Available to REXX Execs
Non-TSO/E
TSO/E Address
Address Space
Space
X
X
X
X
X
X
X
X
X
X
173

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents