Segment of Output from the JCL Listing
ALLOC. FOR USERIDA MVSBACH
224 ALLOCATED TO OUTDD
954 ALLOCATED TO SYSTSPRT
7E0 ALLOCATED TO SYSEXEC
JES2 ALLOCATED TO SYSTSIN
USERIDA MVSBACH - STEP WAS EXECUTED - COND CODE 0137
USERID.TRACE.OUTPUT
KEPT
VOL SER NOS= TSO032.
USERID.IRXJCL.OUTPUT
KEPT
VOL SER NOS= TSO032.
USERID.MYREXX.EXEC
KEPT
VOL SER NOS= TSO001.
JES2.JOB28359.I0000101
SYSIN
STEP / MVSBACH / START 88167.0826
STEP / MVSBACH / STOP 88167.0826 CPU
0MIN 00.16SEC SRB
...
JOB / USERIDA / START 88167.0826
JOB / USERIDA / STOP 88167.0826 CPU
0MIN 00.16SEC SRB
...
Using the Data Stack in TSO/E Background and MVS Batch
When an exec runs in the TSO/E background or MVS batch, it has the same use of
the data stack as an exec that runs in the TSO/E foreground. The PULL instruction,
however, works differently when the data stack is empty. In the TSO/E foreground,
PULL goes to the terminal for input. In the TSO/E background and MVS batch,
PULL goes to the input stream as defined by ddname SYSTSIN. When SYSTSIN
has no data, the PULL instruction returns a null. If the input stream has no data and
the PULL instruction is in a loop, the exec can result in an infinite loop.
Summary of TSO/E Background and MVS Batch
CAPABILITIES
TSO/E BACKGROUND (IKJEFT01)
MVS BATCH (IRXJCL)
Execs run without terminal interaction.
Execs run without terminal interaction.
Execs can contain:
v
REXX instructions
v
Built-in functions
v
TSO/E REXX commands
v
TSO/E commands
v
TSO/E external functions
Execs can contain:
v
REXX instructions
v
Built-in functions
v
TSO/E REXX commands
v
The TSO/E external functions, STORAGE and
SETLANG
Execs are invoked through the PARM parameter on the
EXEC statement and through explicit or implicit use of the
EXEC command in the input stream.
Execs are invoked through the PARM parameter on the
EXEC statement. The first word on the PARM parameter
is the member name of the PDS to be invoked. Following
words are arguments to be passed.
Information in the input stream is processed as TSO/E
commands and invocations of execs and CLISTs.
Information in the input stream is processed as input data
for the exec that is running.
Output sent to a specified output data set or to a
SYSOUT class.
Output sent to a specified output data set or to a
SYSOUT class.
Running Execs in a Non-TSO/E Address Space
180
z/OS V1R1.0 TSO/E REXX User’s Guide
Содержание TSO/E REXX
Страница 1: ...z OS TSO E REXX User s Guide SA22 7791 00 ...
Страница 2: ......
Страница 3: ...z OS TSO E REXX User s Guide SA22 7791 00 ...
Страница 10: ...viii z OS V1R1 0 TSO E REXX User s Guide ...
Страница 12: ...x z OS V1R1 0 TSO E REXX User s Guide ...
Страница 14: ...xii z OS V1R1 0 TSO E REXX User s Guide ...
Страница 18: ...xvi z OS V1R1 0 TSO E REXX User s Guide ...
Страница 20: ...2 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 58: ...Tracing Expressions with the TRACE Instruction 40 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 78: ...60 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 86: ...Built In Functions 68 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 128: ...Issuing Other Types of Commands from an Exec 110 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 136: ...Debugging Execs 118 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 170: ...Protecting Elements in the Data Stack 152 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 201: ...Part 3 Appendixes Copyright IBM Corp 1988 2001 183 ...
Страница 202: ...184 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 222: ...Using Variables 204 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 226: ...208 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 238: ...220 z OS V1R1 0 TSO E REXX User s Guide ...
Страница 241: ......