ISPF Cheatsheet
ISPF Common Commands
HELPDisplay help information
ENDReturn to the previous panel
RETURNReturn to the primary option menu
KEYSDisplay or change function key definitions
SPLITSplit the screen horizontally
SWAPSwitch between split screens
STARTCreate a new logical screen
SYSNAME ON|OFFDisplay or remove system name
USERID ON|OFFDisplay or remove user ID
Edit Commands
FIND 'text'Find specified text
CHANGE 'old' 'new'Change old text to new text
COPYCopy lines
MOVEMove lines
DELETEDelete lines
COMPARECompare the edited member with another
COLS [ON|OFF]Display or hide columns line
HIDE XHide excluded lines
RESET HIDERedisplay hidden lines
HEX ON|OFFTurn hexadecimal display on or off
Data Set List Commands
APPENDAdd entries to the displayed list
REFRESHRefresh display to original list filter criteria
EXCLUDEExclude data sets from display
SORTSort the data set list
SRCHFORSearch for strings in listed data sets
SDSF Commands
STDisplay status of jobs
? jobnameDisplay job output
SORT JOBID ASort jobs by job ID in ascending order
ST;SORT JOBID AGo to status view and sort jobs by ID
z/OS UNIX Commands
UDLISTDisplay a z/OS UNIX Directory List
EDIT pathnameEdit a z/OS UNIX file
OBROWSE pathnameBrowse a z/OS UNIX file
Commonly Used Function Keys
F1
Help
F2
Split
F3
End / Exit
F4
Return
F5
RFind (Repeat Find)
F6
RChange (Repeat Change)
F7
Backward / Up
F8
Forward / Down
F9
Swap
F10
Left
F11
Right
F12
Cancel
Edit Line Commands
I
Insert line
D
Delete line
R
Repeat line
C
Copy line
M
Move line
A
After (for copy/move)
B
Before (for copy/move)
TS
Text split
TF
Text flow
UC
Uppercase
LC
Lowercase
)
Shift right
(
Shift left
HX
Display line in hexadecimal
COLS
Display columns line
BOUNDS
Display bounds line
TABS
Display tabs line
MASK
Display mask line
MD
Make dataline
Tips
- Use semicolon (;) as a command separator to execute multiple commands in sequence.
- In SDSF, you can limit the view to only input, execution, and output using specific commands.
- Customize your ISPF settings and shortcuts for increased productivity.
- Use the SRCHFOR command to search for text in a list of datasets (DSLIST/3.4) or members (within a PDS).
- To edit an unsaved member but forgot to make a backup copy: VIEW <member name> to open the unedited version, CREATE (or REPLACE) <backup member name> .ZF .ZL
- Consider setting up an INITIAL EDIT MACRO for frequently used settings (e.g., 'HILITE REXX PAREN', 'BOUNDS 1 39' for Rexx programming).