16.12.2012 Views

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

export ispmlib=SYS1.SBPXMENU:SYS1.ISP.SISPMENU<br />

#<br />

# Allocate the ISPF table data set to ISPTLIB<br />

#<br />

export isptlib=SYS1.ISP.SISPTENU<br />

#<br />

# Allocate the ISPF skeleton data set to ISPSLIB<br />

#<br />

export ispslib=SYS1.ISP.SISPSENU<br />

#<br />

# Allocate any load library to ISPLLIB if ISPF is in LINKLIST/LPA<br />

#<br />

export ispllib=SYS1.LINKLIB<br />

#<br />

# Allocate the OpenMVS EXEC data set to SYSEXEC<br />

#<br />

export sysexec=SYS1.SBPXEXEC<br />

Environment Variables<br />

If the tso command is to be run through the TSO/E service routine, you may need<br />

to perform allocations or other customization for the TSO/E environment. These can<br />

be specified using environment variables. You can use the following environment<br />

variables:<br />

SYSEXEC<br />

Specifies the allocation specification for the SYSEXEC DD name. If the<br />

TSOALLOC variable is set, this variable is not automatically used.<br />

SYSPROC<br />

Specifies the allocation specification for the SYSPROC DD name. If the<br />

TSOALLOC variable is set, this variable is not automatically used.<br />

TSOALLOC<br />

Specifies the names of the environment variables that contain allocation<br />

specifications. The names are separated by colons. Case is respected;<br />

lowercase letters are treated as lowercase. The names of the environment<br />

variables also correspond to the name of the DD name to be allocated. The<br />

DD name is always treated as uppercase but the variable name can be<br />

specified in mixed case to avoid possible conflict with similar environment<br />

variable names.<br />

New HOLD attribute is supported for SYSOUT allocation in the BPXWDYN<br />

text interface and TSOALLOC environment variable.<br />

TSOOUT or tsoout<br />

Specifies the allocation attributes for SYSTSPRT. The format of the variable<br />

is in bpxwdyn format without a dd name. For example:<br />

export tsoout="alloc path(’/dev/tty’) pathopts(owronly) filedata(text)"<br />

Rule: If both TSOOUT and tsoout are used, TSOOUT takes precedence.<br />

TSOPREFIX<br />

Specifies a prefix for temporary data sets that need to be cataloged.<br />

Lowercase letters are treated as uppercase letters. If you do not specify this<br />

variable, the user’s login name (user ID) is used.<br />

TSOPROFILE<br />

Specifies that the profile be reset with the arguments you specify when<br />

running the TSO/E command. (The specified arguments replace the default<br />

values.) For example, to set the TSO prefix and to turn off message IDs,<br />

issue:<br />

tso<br />

Chapter 2. Shell command descriptions 711

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!