EasyManuals Logo

IBM TSO/E REXX User Manual

IBM TSO/E REXX
242 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #191 background imageLoading...
Page #191 background image
Service Non-TSO/E
Address Space
TSO/E Address
Space
v SETLANG controls the language in which REXX messages are
displayed
XX
v STORAGE retrieves and optionally changes the value in a storage
address
XX
v SYSCPUS returns information about CPUs that are online
XX
v SYSDSN returns information about the availability of a data set
X
v SYSVAR returns information about the user, the terminal, the exec,
and the system
X
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.
X
ISPF and ISPF/PDF services An exec that is invoked from ISPF can
use that dialog managers services.
X
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
Explicitly on page 16.
v Implicitly by member name if the PDS containing the exec was previously
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.
v From another exec as an external function or subroutine, as long as both execs
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.
v From a CLIST or other program. For more information, see Running an Exec
from a CLIST on page 175.
Services Available to REXX Execs
Chapter 13. Using REXX in TSO/E and Other MVS Address Spaces 173

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the IBM TSO/E REXX and is the answer not in the manual?

IBM TSO/E REXX Specifications

General IconGeneral
BrandIBM
ModelTSO/E REXX
CategoryComputer Hardware
LanguageEnglish

Related product manuals