CH 3 Slides
CH 3 Slides
Chapter 3 objectives
Be able to:
• Log on to z/OS
• Run programs from the TSO READY
prompt
• Navigate through the menu options
of ISPF
• Use the ISPF editor to make
changes to a file
• Use the UNIX interfaces on z/OS,
including the z/OS UNIX command
shell.
TSO/E
Allows users to logon to z/OS and use a limited set of basic
commands. This is sometimes called using TSO in its native mode.
ISPF
Provides a menu system for accessing many of the most commonly
used z/OS functions.
TSO overview
TSO/E
• Acronym for Time Sharing Option/Extensions (TSO/E)
• Allows users to create an interactive session with z/OS
• Provides a single-user logon capability and a basic
command prompt interface to z/OS
• Most users work with TSO through its menu-driven
interface, Interactive System Productivity Facility (ISPF)
Perform ===>
Command ===>
PF1/PF13 ==> Help PF3/PF15 ==> Logoff PA1 ==> Attention PA2 ==> Reshow
You may request specific help information by entering a '?' in any entry field
When you logon to TSO, the z/OS system responds by displaying the
READY prompt, and waits for input (similar to a DOS prompt).
ISPF overview
You can access online help from any of the ISPF panels
(press the PF1 key)
Copy/Move
Library
Edit Dataset C Copy M Mo
CP Cop MP
**************** b Display ____
0 //JOB1 JOB D Delete Group ____
0 //S1 EXEC Proj ______ Type
____ ____
0 //DD1 DD Group ____Group ____
0 .... Type ____
Type ____
***************
---------------------------------------------------------
Point-and-Shoot
0 Settings Terminal and user parameters
1 View Display source data or listings
2 Edit Create or change source data
3 Utilities Perform utility functions
.
Option Number
0 Settings Terminal and user parameters
1 View Display source data or listings
2 Edit Create or change source data
3 Utilities Perform utility functions
.
.
Options ===> 3
Function Keys
F1=Help F3=Exit F7=Bkwd F8=Fwd
F10=Actions F11=Retrieve F12=Cancel
Keyboard mapping:
Function Key
Enter Ctrl (right side)
Exit, end, or return PF3
Help PF1
PA1 or Attention Alt-Ins or Esc
PA2 Alt-Home
Cursor movement Tab or Enter
Clear Pause
Page up PF7
Page down PF8
Scroll left PF10
Scroll right PF11
Reset locked keyboard Ctrl (left side)
Command Description
I Insert lines
D Delete lines
R Repeat lines
C Copy lines
M Move lines
A After line
B Before line
( Shift right columns
< Shift right data
) Shift left columns
> Shift left data
X Exclude lines
© Copyright IBM Corp., 2005. All rights reserved.
Introduction to the new mainframe
Screen 2
Like TSO and ISPF, the z/OS UNIX shell and utilities
provide an interactive interface to z/OS.
A good starting point for TSO/ISPF users who want to use z/OS UNIX.
Under ISHELL, you can use action codes to:
• b Browse a file or directory
• e Edit a file or directory
• d Delete a file or directory
• r Rename a file or directory
• a Show the attributes of a file or directory
• c Copy a file or directory
rlogin
• When the inetd daemon is active, you can rlogin to the shell from
a workstation. To log in, use the rlogin (remote log in) command
syntax supported at your site.
telnet
• Also uses the inetd daemon
• inetd must be active and set up to recognize and receive the
incoming telnet requests.
Summary
TSO allows users to logon to z/OS and use a limited set of basic
commands in native mode.
ISPF is a menu-driven interface for user interaction with z/OS.
ISPF provides utilities, an editor and ISPF applications to the
user. To the extent permitted by various security controls an
ISPF user has full access to most z/OS system functions.
TSO ISPF should be viewed as a system management interface
and a development interface for traditional z/OS programming.
The z/OS UNIX shell and utilities provide a command interface to
the z/OS UNIX environment. You can access the shell either by
logging on to TSO/E or by using the remote login facilities of
TCP/IP (rlogin).
If you use TSO/E, a command called OMVS creates a shell for
you. You can work in the shell environment until exiting or
temporarily switching back to the TSO/E environment.