
TSO/E BACKGROUND (IKJEFT01)
MVS BATCH (IRXJCL)
Messages are displayed in the output file.
Messages may appear in two places; the JCL output
listing and in the output file. To suppress messages in the
output file, use the TRACE OFF instruction.
REQUIREMENTS
TSO/E BACKGROUND (IKJEFT01)
MVS BATCH (IRXJCL)
The default DDs are SYSTSPRT and SYSTSIN.
The default DDs are SYSTSPRT and SYSTSIN.
Initiated by executing program IKJEFT01.
Initiated by executing program IRXJCL.
JCL should be written in a fixed block, 80-byte record
data set.
JCL should be written in a fixed block, 80-byte record
data set.
Exec that is invoked can be either a member of a PDS or
a sequential data set.
Exec that is invoked must be a member of a PDS.
Data set may be allocated to either SYSEXEC or
SYSPROC.
Data set must be allocated to the SYSEXEC DD.
Defining Language Processor Environments
Before an exec can be processed, a language processor environment must exist. A
language processor environment defines the way a REXX exec is processed and
how it accesses system services. Because MVS contains different types of address
spaces and each one accesses services a different way, REXX in TSO/E provides
three default parameters modules that define language processor environments.
They are:
v
IRXTSPRM - for TSO/E
v
IRXPARMS - for non-TSO/E
v
IRXISPRM - for ISPF
The defaults are set by TSO/E but they can be modified by a system programmer.
What is a Language Processor Environment?
A language processor environment defines characteristics, such as:
v
The search order used to locate commands and external routines
v
The ddnames for reading and writing data and from which execs are loaded
v
The valid host command environments and the routines that process commands
in each host command environment
v
The function packages (user, local, and system) that are available in the
environment and the entries in each package
v
Whether execs running in the environment can use the data stack
v
The names of routines that handle system services, such as I/O operations,
loading of an exec, obtaining and freeing storage, and data stack requests
Note:
A language processor environment is different from a host command
environment. The language processor environment is the environment in
which a REXX exec runs. The host command environment is the
environment to which the language processor passes commands for
execution. The valid host command environments are defined by the
language processor environment.
Summary of TSO/E Background and MVS Batch
Chapter 13. Using REXX in TSO/E and Other MVS Address Spaces
181
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: ......