Requirements; Defining Language Processor Environments; What Is A Language Processor Environment - IBM TSO/E REXX User Manual

Table of Contents

Advertisement

TSO/E BACKGROUND (IKJEFT01)
Messages are displayed in the output file.

REQUIREMENTS

TSO/E BACKGROUND (IKJEFT01)
The default DDs are SYSTSPRT and SYSTSIN.
Initiated by executing program IKJEFT01.
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.
Data set may be allocated to either SYSEXEC or
SYSPROC.

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
v The function packages (user, local, and system) that are available in the
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,
Note: A language processor environment is different from a host command
in each host command environment
environment and the entries in each package
loading of an exec, obtaining and freeing storage, and data stack requests
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.
Chapter 13. Using REXX in TSO/E and Other MVS Address Spaces
Summary of TSO/E Background and MVS Batch
MVS BATCH (IRXJCL)
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.
MVS BATCH (IRXJCL)
The default DDs are SYSTSPRT and SYSTSIN.
Initiated by executing program IRXJCL.
JCL should be written in a fixed block, 80-byte record
data set.
Exec that is invoked must be a member of a PDS.
Data set must be allocated to the SYSEXEC DD.
181

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents