ISPF 3.
4 – DSLIST
Primary Commands
Bruce Koss
Wells Fargo
Wednesday, August 3, 2016
4:30 PM - 5:45 PM
19017
www.SHARE.org
Complete the session evaluation at SHARE.org/Evaluation
Overview
• The Data Set List Utility (3.4) provides the capability to search for
specific data sets and displays the results on the Data Set List
(DSLIST) panel
• From the Data Set List (DSLIST) panel, a wide range of primary
commands can be executed against the data sets listed
• This slide deck will demonstrate executing these primary commands
2 Complete the session evaluation at SHARE.org/Evaluation
Agenda
Topic Description
Definitions Define the meaning of words
Primary Commands Data Set List (DSLIST) primary commands
Links Manuals, SHARE presentations and websites
3 Complete the session evaluation at SHARE.org/Evaluation
Disclaimer
• May need to adjust the Adobe Reader zoom value to view text
• Commands and screens may be slightly different depending on the
operating system’s version and release level
• These commands and screen prints were executed on
• ISPF V7R1 and z/OS V2R1
• Security may prevent access to panels or executing commands
• Does not contain information on the Data Set List Action Bar
• For more detailed information, please reference the following manual:
• Interactive System Productivity Facility (ISPF)
• User's Guide Volume II
• Chapter 5, Utilities (option 3)
4 Complete the session evaluation at SHARE.org/Evaluation
Definitions
5 Complete the session evaluation at SHARE.org/Evaluation
Definitions
• The following definitions are used throughout this slide deck
Word Meaning
ISPF 3.4 Data Set List Utility screen
• Specify the search criteria for data set name or volume
DSLIST Displays data sets matching the search criteria
6 Complete the session evaluation at SHARE.org/Evaluation
ISPF 3.4 and DSLIST
• ISPF 3.4 allows entering the search criteria (Dsname Level and/or
Volume serial)
• DSLIST displays a list of data sets matching the search criteria
ISPF 3.4 DSLIST
Menu RefList RefMode Utilities Help Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
Data Set List Utility DSLIST - Data Sets Matching SYS1.PARMLIB.* Row 1 of 4
Option ===> __________________________________________________________________ Command ===> ________________________________________________ Scroll ===> CSR_
More: +
blank Display data set list P Print data set list Command - Enter "/" to select action Message Volume
V Display VTOC information PV Print VTOC information -------------------------------------------------------------------------------
SYS1.PARMLIB.DEVGRP1 SDUTL1
Enter one or both of the parameters below: SYS1.PARMLIB.DEVGRP1.OSS SDUTL1
Dsname Level . . . SYS1.PARMLIB.*________________________________ SYS1.PARMLIB.DEVGRP2 SDUTL2
Volume serial . . ______ SYS1.PARMLIB.DEVGRP2.OSS SDUTL2
***************************** End of Data Set list ****************************
Data set list options
Initial View Enter "/" to select option
1 1. Volume / Confirm Data Set Delete
2. Space / Confirm Member Delete
3. Attrib / Include Additional Qualifiers
4. Total _ Display Catalog Name
_ Display Total Tracks
_ Prefix Dsname Level
When the data set list is displayed, enter either:
"/" on the data set list command field for the command prompt pop-up,
an ISPF line command, the name of a TSO command, CLIST, or REXX exec, or
7 Complete the session evaluation at SHARE.org/Evaluation
DSLIST – Primary Commands
• The Data Set List (DSLIST) primary commands are entered in the area
highlighted below in yellow
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching SYS1.PARMLIB.* Row 1 of 4
Command ===> ________________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
SYS1.PARMLIB.DEVGRP1 SDUTL1
SYS1.PARMLIB.DEVGRP1.OSS SDUTL1
SYS1.PARMLIB.DEVGRP2 SDUTL2
SYS1.PARMLIB.DEVGRP2.OSS SDUTL2
***************************** End of Data Set list ****************************
8 Complete the session evaluation at SHARE.org/Evaluation
Primary Commands
9 Complete the session evaluation at SHARE.org/Evaluation
Overview
• The next few slides
• List the DSLIST primary commands in alphabetical order
• The commands are hyperlinks to the specific slides
• Demonstrate executing the DSLIST primary commands
10 Complete the session evaluation at SHARE.org/Evaluation
Primary Commands
Command Description
APPEND Appends a personal list or data set level to a DSLIST
CONFIRM Confirms data set delete requests (by confirmation panel)
DSLSET Displays the data set list settings panel
EXCLUDE Excludes a line containing text string within the data set name
FIND Finds text string within the data set name
LC Displays the data set list color change utility
LOCATE Locates an entry in the list based upon sorted order
MEMBER Searches all PDS data sets in the list for a member name or pattern
REFRESH Refreshes the displayed list with any changes that have occurred
RESET Redisplays excluded data sets and removes line commands and
messages
SAVE Writes the data set list to a sequential data set
SHOWCMD Shows the line command before it is invoked
11 Complete the session evaluation at SHARE.org/Evaluation
Primary Commands
Command Description
SORT Sorts the list of data sets by a particular column
SRCHFOR Search for text strings in data sets
VA Displays the data set list attribute view
VS Displays the data set list space view
VT Displays the data set list total view
VV Displays the data set list volume view
12 Complete the session evaluation at SHARE.org/Evaluation
APPEND ‘data set’
• To append SYS1.PARMLIB data sets to the list, type in APPEND
‘SYS1.PARMLIB*’
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 3
Command ===> APPEND ‘SYS1.PARMLIB*’__________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
***************************** End of Data Set list ****************************
13 Complete the session evaluation at SHARE.org/Evaluation
APPEND – Results
• The data sets being appended will display in the list alphabetically
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS 5 new append(s)
Command ===> ________________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
SYS1.PARMLIB SDUTL1
SYS1.PARMLIB.DEVGRP1 SDUTL1
SYS1.PARMLIB.DEVGRP1.OSS SDUTL1
SYS1.PARMLIB.DEVGRP2 SDUTL2
SYS1.PARMLIB.DEVGRP2.OSS SDUTL2
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
***************************** End of Data Set list ****************************
14 Complete the session evaluation at SHARE.org/Evaluation
CONFIRM [ON | OFF]
• To turn off displaying the delete data set confirmation panel, type in
CONFIRM OFF
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 3
Command ===> CONFIRM OFF_____________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
***************************** End of Data Set list ****************************
15 Complete the session evaluation at SHARE.org/Evaluation
CONFIRM – Results
• The delete confirmation panel will not be displayed when deleting data
sets
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Delete confirmation off
Command ===> ________________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
***************************** End of Data Set list ****************************
+---------------------------------------------------+
¦ Data set deletion requests will not be confirmed. ¦
+---------------------------------------------------+
16 Complete the session evaluation at SHARE.org/Evaluation
DSLSET
• To view and change the data set list settings, type in DSLSET
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 3
Command ===> DSLSET__________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
***************************** End of Data Set list ****************************
17 Complete the session evaluation at SHARE.org/Evaluation
DSLSET – Results
• The Data Set List Settings Main panel will be displayed, allowing the
options to be customized
+------------------------------------------------------------------+
- ¦ File Colors Workstation Help ¦ -------
D ¦ --------------------------------------------------------------- ¦ 1 of 3
C ¦ Data Set List Settings Main ¦ => CSR_
¦ ¦
C ¦ General Options ¦ Volume
- ¦ Enter "/" to select option ¦ --------
¦ / Display Edit/View/Browse entry panel (*) ¦ DMD211
¦ / Automatically update reference lists ¦ DMD214
¦ / List pattern for MO, CO, D, and RS actions ¦ DMD110
* ¦ / Show status for MO, CO, D, and RS actions ¦ ********
¦ / Confirm Member delete ¦
¦ _ Confirm Data Set delete ¦
¦ / Do not show expanded command ¦
¦ / Enhanced member list for Edit, View, and Browse ¦
¦ _ Display Total Tracks ¦
¦ / Execute Block Commands for excluded Data Sets ¦
¦ _ Display Expiration Date ¦
¦ ¦
¦ (*) Requires enhanced member list option to be selected ¦
¦ ¦
¦ Press EXIT to save, CANCEL to cancel changes. ¦
¦ ¦
+------------------------------------------------------------------+
18 Complete the session evaluation at SHARE.org/Evaluation
EXCLUDE [text] [ALL]
• To exclude data sets from the list containing a particular text string,
type in EX [text] ALL or X [text] ALL
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 6
Command ===> X FILE ALL______________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
19 Complete the session evaluation at SHARE.org/Evaluation
EXCLUDE – Results
• Data sets containing the text string will be excluded from the list
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS 3 - CHARS 'FILE'
Command ===> ________________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
- - - - - - - - - - - - 3 data set(s) not displayed
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
20 Complete the session evaluation at SHARE.org/Evaluation
FIND [text] [parms]
• Used to find a text string within the data set name
• The following parms may be used
Parms Description
NEXT Search for the next occurrence of the text string (default)
PREV Search for the previous occurrence of the text string
FIRST Search for the first occurrence of the text string
LAST Search for the last occurrence of the text string
ALL Search for all of the occurrences of the text string
CHARS Any occurrence of the text string (default)
PREFIX Only those occurrences of the text string that are a prefix to a word
SUFFIX Only those occurrences of the text string that are a suffix to a word
WORD Only those occurrences of the text string that are a data set name or qualifier
EX or X Search only excluded data set names
NX Search only non-excluded data set names
21 Complete the session evaluation at SHARE.org/Evaluation
FIND [text] [parms]
• To find text string in only the excluded data sets, type in F [text] X ALL
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 6
Command ===> F FILE2 X ALL___________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
- - - - - - - - - - - - 3 data set(s) not displayed
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
22 Complete the session evaluation at SHARE.org/Evaluation
FIND – RESULTS
• Displays only excluded data sets containing the text string
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 6
Command ===> ________________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
- - - - - - - - - - - - 1 data set(s) not displayed
TSTSS.R2221.PDS.FILE2 DMD214
- - - - - - - - - - - - 1 data set(s) not displayed
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
23 Complete the session evaluation at SHARE.org/Evaluation
LC
• To display and change the data set list colors, type in LC
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 7
Command ===> LC______________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.FILE4 DMD182
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
24 Complete the session evaluation at SHARE.org/Evaluation
LC – Results
• The Data Set List Color Change Utility panel will be displayed. Tab
down and change any of the colors
Data Set List Color Change Utility
Command ===> _____________________________________________________ Defaults
Change one or more of the Data Set List Field Attributes and press Enter
to immediately see the effect. Clearing a field restores defaults.
More: +
Field: Color: Intens: Hilite: Defaults:
Volume . . . . . . BLUE__ . . . LOW___ . . . NONE___ Blue
* Data Set Name . . GREEN_ . . . LOW___ . . . NONE___ Green
Data Set Stats . . TURQ__ . . . LOW___ . . . NONE___ Turquoise
Create,Expire,
Catalog . . . . . YELLOW . . . LOW___ . . . NONE___ Yellow
Message . . . . . WHITE_ . . . LOW___ . . . NONE___ White
Tracks,Device . . WHITE_ . . . LOW___ . . . NONE___ White
Marked Data Set . YELLOW . . . HIGH__ . . . NONE___ Yellow
* Use Point-and-Shoot field attributes on Data Set Name field
--------------------------------- Example ------------------------------------
Command - Enter '/' to select action Message Volume
Tracks % XT Device Dsorg Recfm Lrecl Blksz Created Referred
Catalog
------------------------------------------------------------------------------
ISP.SISPLOAD Browsed HSM001
39 44 1 3390 PO U 0 6144 2003/06/24 2003/10/09
SYS1.USERCAT1
25 Complete the session evaluation at SHARE.org/Evaluation
LOCATE [text]
• When SORTed on a particular column (see SORT), in this case
Volume, locate a specific volume by typing in L [volume]
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 6
Command ===> L DMD110________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.TEST3 DMD173
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
***************************** End of Data Set list ****************************
26 Complete the session evaluation at SHARE.org/Evaluation
LOCATE – Results
• Positions the row containing the volume to the top of the list
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 3 of 6
Command ===> ________________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.TEST3 DMD173
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
***************************** End of Data Set list ****************************
27 Complete the session evaluation at SHARE.org/Evaluation
MEMBER [member] [parms]
• Used to search for a member in PDS data sets
• The member name may contain wild cards
Wild Card Description
% Represents a single character
* Represents a string of characters
• The following parms may be used
Parms Description
EX or X Search only excluded data set names
NX Search only non-excluded data set names
RECALL1 Search data sets migrated to disk
RECALL2 Search all migrated data sets (disk and/or tape)
28 Complete the session evaluation at SHARE.org/Evaluation
MEMBER [member]
• To search PDS data sets for a particular member, type in M [member]
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 6
Command ===> M TEST001_______________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
29 Complete the session evaluation at SHARE.org/Evaluation
MEMBER – Results
• Positions the row with the first data set containing the member to the
top of the list
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Member(s) found
Command ===> ________________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE3 Member: TEST001 DMD110
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
30 Complete the session evaluation at SHARE.org/Evaluation
REFRESH
• To rebuild the data set list, type in REF
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 6
Command ===> REF_____________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
31 Complete the session evaluation at SHARE.org/Evaluation
REFRESH – Results
• Displays newly allocated data sets and removes deleted and
APPENDed data sets, line commands and messages
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 7
Command ===> ________________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.FILE4 DMD182
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
32 Complete the session evaluation at SHARE.org/Evaluation
RESET
• To redisplay excluded data sets and remove messages and pending
commands, type in RES
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 7
Command ===> RES_____________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 Member: TEST001 DMD110
TSTSS.R2221.PDS.FILE4 DMD182
- - - - - - - - - - - - 3 data set(s) not displayed
***************************** End of Data Set list ****************************
33 Complete the session evaluation at SHARE.org/Evaluation
RESET – Results
• Displays all excluded data sets and removes line commands and
messages. It does not rebuild the data set list
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 7
Command ===> ________________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.FILE4 DMD182
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
34 Complete the session evaluation at SHARE.org/Evaluation
SAVE
• To save the data set list to a sequential data set, type in SAVE
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 7
Command ===> SAVE____________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.FILE4 DMD182
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
35 Complete the session evaluation at SHARE.org/Evaluation
SAVE – Message
• A Data set list saved message will appear
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Data set list saved
Command ===> ________________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.FILE4 DMD182
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
+----------------------------------------------------------------+
¦ The listing of data sets was placed in the ISPF list data set. ¦
+----------------------------------------------------------------+
36 Complete the session evaluation at SHARE.org/Evaluation
SAVE – LIST
• To close and free the temporary data set containing the saved list, type
in LIST
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Data set list saved
Command ===> LIST____________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.FILE4 DMD182
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
37 Complete the session evaluation at SHARE.org/Evaluation
SAVE – LIST – 3
• To keep the file containing the saved list, type in 3 for the Process
Option
Specify Disposition of List Data Set
Command ===> ________________________________________________________________
List Data Set (R2221.SDV21.SPF2.LIST) Disposition:
Process Option . . . . 3 1. Print data set and delete
2. Delete data set without printing
3. Keep existing data set and
continue with new data set
Batch SYSOUT class . . *______________
Local printer ID or
writer-name . . . . . ___________________
Local SYSOUT class . . *______________
Press ENTER key to process the list data set.
Enter END command to exit without processing the list data set.
Job statement information: (Required for system printer)
===> //@SSTEST1 JOB (SST),'KOSS',MSGCLASS=T,CLASS=R,NOTIFY=&SYSUID__________
===> _______________________________________________________________________
===> _______________________________________________________________________
===> _______________________________________________________________________
38 Complete the session evaluation at SHARE.org/Evaluation
SAVE – Results
• Browse the temporary data set. Displays the saved data set list
Menu Utilities Compilers Help
-------------------------------------------------------------------------------
BROWSE R2221.SDV21.SPF2.LIST Line 00000000 Col 001 080
Command ===> ________________________________________________ Scroll ===> CSR_
********************************* Top of Data **********************************
Listing of Data Sets Beginning with TSTSS.R2221.PDS
DATA SET NAME VOLUME ORG RECFM LRECL BLK
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211 PO-E FB 80 327
TSTSS.R2221.PDS.FILE2 DMD214 PO-E FB 80 327
TSTSS.R2221.PDS.FILE3 DMD110 PO-E FB 80 327
TSTSS.R2221.PDS.FILE4 DMD182 PO-E FB 80 327
TSTSS.R2221.PDS.TEST1 DMD035 PO-E FB 80 327
TSTSS.R2221.PDS.TEST2 DMD082 PO-E FB 80 327
TSTSS.R2221.PDS.TEST3 DMD173 PO-E FB 80 327
******************************** Bottom of Data ********************************
39 Complete the session evaluation at SHARE.org/Evaluation
SHOWCMD [ON|OFF]
• To display the line command prior to invoking it, type in SHOWCMD
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 7
Command ===> SHOWCMD_________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.FILE4 DMD182
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
40 Complete the session evaluation at SHARE.org/Evaluation
SHOWCMD – Line Command
• A Commands will be shown message will appear. Tab down next to
any data set and type in a line command, like E for edit
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Commands will be shown
Command ===> ________________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
E TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.FILE4 DMD182
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
41 Complete the session evaluation at SHARE.org/Evaluation
SHOWCMD – Results
• Displays the data set name and the command before and after
expansion
Data Set List Utility
Command ===> _________________________________________________________________
Data Set Name. : TSTSS.R2221.PDS.FILE2
Command before expansion:
E
Command after expansion:
===> E 'TSTSS.R2221.PDS.FILE2‘________________________________________________
_______________________________________________________________________________
_______________________________________________________________________________
The expanded command field shown above can be modified,
but the data set name field may not be changed for built-in commands.
Press ENTER key to process the command.
Enter END command to return without processing the command.
42 Complete the session evaluation at SHARE.org/Evaluation
SORT [column1] [A|D] [column2] [A|D]
• By default, columns with
• Characters are sorted alphabetically
• Numbers are sorted in descending order, largest first
• If no column is specified, the list is sorted by data set name
• Some column names can be abbreviated
• To sort on the Created column, type in SORT CRE
43 Complete the session evaluation at SHARE.org/Evaluation
SORT [column1] [A|D] [column2] [A|D]
Column Description Default Sort Order
Name Data set name (default) Ascending
Message Message Ascending
Volume Volume serial Ascending
Dsorg Data set organization Ascending
Recfm Record format Ascending
Lrecl Logical record length Descending
Blksz Block size Descending
Tracks Data set size Descending
%Used Percent used Descending
XT Extents used Descending
Device Device type Ascending
Created Creation date Descending
Referred Last referenced date Descending
Catalog Catalog name Descending
44 Complete the session evaluation at SHARE.org/Evaluation
SORT [column1] [A|D] [column2] [A|D]
• To sort data sets by Volume, type in SORT VOL
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 7
Command ===> SORT VOL________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.FILE4 DMD182
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
45 Complete the session evaluation at SHARE.org/Evaluation
SORT – Results
• Displays data sets sorted alphabetically by Volume
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 7
Command ===> ________________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.TEST3 DMD173
TSTSS.R2221.PDS.FILE4 DMD182
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
***************************** End of Data Set list ****************************
46 Complete the session evaluation at SHARE.org/Evaluation
SRCHFOR [text]
• To search PDS and sequential data sets for a particular text string,
type in SRCHFOR
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 7
Command ===> SRCHFOR_________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.FILE4 DMD182
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
47 Complete the session evaluation at SHARE.org/Evaluation
SRCHFOR – Options
• The DSLIST Srchfor Options panel will be displayed. Type in the text
string and specify the search options
Menu Options View Utilities Compilers Help
+--------------------------- DSLIST Srchfor Options ---------------------------+
¦ ¦
¦ Command ===> _____________________________________________________________ ¦
¦ ¦
¦ You are about to search multiple data sets. ¦
¦ Specify search string(s) and options and press ENTER to run the search. ¦
¦ Enter the END or the CANCEL command to cancel the search. ¦
¦ More: + ¦
¦ ==> R2221________________________________________________________ ¦
¦ ==> _____________________________________________________________ ¦
¦ ==> _____________________________________________________________ ¦
¦ ==> _____________________________________________________________ ¦
¦ ==> _____________________________________________________________ ¦
¦ ==> _____________________________________________________________ ¦
¦ ¦
¦ Listing DSN: 'R2221.SRCHDSL.LIST' ¦
¦ ¦
¦ Select Process Search Search Select Display ¦
¦ Options with / Migrated Excluded Options with / ¦
¦ _ Mixed Mode 1 1. None 3 1. Excluded / View output ¦
¦ / Any case 2. First level 2. Non-excluded _ Exclude not ¦
¦ _ ASCII 3. All 3. Both found ¦
+------------------------------------------------------------------------------+
48 Complete the session evaluation at SHARE.org/Evaluation
SRCHFOR – Panel
• If the View Output search option was selected, a report displays the
data set names and members where the text string was found
File Edit Edit_Settings Menu Utilities Compilers Test Help
-------------------------------------------------------------------------------
VIEW R2221.SRCHDSL.LIST Columns 00001 00072
Command ===> ________________________________________________ Scroll ===> CSR_
****** ***************************** Top of Data ******************************
000001 ISRSUPC - MVS/PDF FILE/LINE/WORD/BYTE/SFOR COMPARE UTILITY- ISPF F
000002 LINE-# SOURCE SECTION SRCH DSN: TSTSS.R2221.PDS.FIL
000003
000004
000005 TESTNO1 --------- STRING(S) FOUND -----------------
000006
000007 1 //R2221TES JOB (YYT),'PROGRAMMER NAME ',MSGCLASS=T,CLASS=R,
000008
000009 TESTNO2 --------- STRING(S) FOUND -----------------
000010
000011 1 //R2221TES JOB (YYT),'PROGRAMMER NAME ',MSGCLASS=T,CLASS=R,
000012 8 //SYSUT1 DD DISP=SHR,DSN=TSTSS.R2221.PDS.FILE($GDG0)
000013 9 //SYSUT2 DD DSN=TSTSS.R2221.GDG(+1),
000014
000015 ISRSUPC - MVS/PDF FILE/LINE/WORD/BYTE/SFOR COMPARE UTILITY- ISPF F
000016 SEARCH-FOR SUMMARY SECTION SRCH DSN: TSTSS.R2221.PDS.FIL
000017
000018 LINES-FOUND LINES-PROC MEMBERS-W/LNS MEMBERS-WO/LNS COMPARE-COLS LO
000019 4 100 2 4 1:80
49 Complete the session evaluation at SHARE.org/Evaluation
SRCHFOR – Results
• String(s) found messages will appear
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS String(s) found
Command ===> ________________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 String(s) found DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.FILE4 DMD182
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 String(s) found DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
50 Complete the session evaluation at SHARE.org/Evaluation
VA
• To display the data set list Attribute view, type in VA
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 7
Command ===> VA______________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.FILE4 DMD182
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
51 Complete the session evaluation at SHARE.org/Evaluation
VA – Results
• Displays the data set attributes
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 7
Command ===> ________________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Dsorg Recfm Lrecl Blksz
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 PO-E FB 80 32720
TSTSS.R2221.PDS.FILE2 PO-E FB 80 32720
TSTSS.R2221.PDS.FILE3 PO-E FB 80 32720
TSTSS.R2221.PDS.FILE4 PO-E FB 80 32720
TSTSS.R2221.PDS.TEST1 PO-E FB 80 32720
TSTSS.R2221.PDS.TEST2 PO-E FB 80 32720
TSTSS.R2221.PDS.TEST3 PO-E FB 80 32720
***************************** End of Data Set list ****************************
52 Complete the session evaluation at SHARE.org/Evaluation
VS
• To display the data set list Space view, type in VS
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 7
Command ===> VS______________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.FILE4 DMD182
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
53 Complete the session evaluation at SHARE.org/Evaluation
VS – Results
• Displays the data set space information
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 7
Command ===> ________________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Tracks %Used XT
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 15 6 1
TSTSS.R2221.PDS.FILE2 15 6 1
TSTSS.R2221.PDS.FILE3 15 7 1
TSTSS.R2221.PDS.FILE4 15 6 1
TSTSS.R2221.PDS.TEST1 15 6 1
TSTSS.R2221.PDS.TEST2 15 6 1
TSTSS.R2221.PDS.TEST3 15 6 1
***************************** End of Data Set list ****************************
54 Complete the session evaluation at SHARE.org/Evaluation
VT
• To display the data set list Total view, type in VT
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 7
Command ===> VT______________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.FILE4 DMD182
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
55 Complete the session evaluation at SHARE.org/Evaluation
VT – Results
• Displays the data set space, attributes, created and referred dates
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 7
Command ===> ________________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
Tracks % XT Device Dsorg Recfm Lrecl Blksz Created Referred
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
15 6 1 3390 PO-E FB 80 32720 2010/09/08 2015/10/29
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE2 DMD214
15 6 1 3390 PO-E FB 80 32720 2015/06/12 2015/10/29
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE3 DMD110
15 7 1 3390 PO-E FB 80 32720 2015/06/12 2015/10/29
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE4 DMD182
15 6 1 3390 PO-E FB 80 32720 2015/10/29 2015/10/29
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.TEST1 DMD035
15 6 1 3390 PO-E FB 80 32720 2015/10/29 2015/10/29
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.TEST2 DMD082
56 Complete the session evaluation at SHARE.org/Evaluation
VV
• To display the data set list Volume view, type in VV
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 7
Command ===> VV______________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
Tracks % XT Device Dsorg Recfm Lrecl Blksz Created Referred
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
15 6 1 3390 PO-E FB 80 32720 2010/09/08 2015/10/29
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE2 DMD214
15 6 1 3390 PO-E FB 80 32720 2015/06/12 2015/10/29
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE3 DMD110
15 7 1 3390 PO-E FB 80 32720 2015/06/12 2015/10/29
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE4 DMD182
15 6 1 3390 PO-E FB 80 32720 2015/10/29 2015/10/29
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.TEST1 DMD035
15 6 1 3390 PO-E FB 80 32720 2015/10/29 2015/10/29
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.TEST2 DMD082
57 Complete the session evaluation at SHARE.org/Evaluation
VV – Results
• Displays the data set volume information
Menu Options View Utilities Compilers Help
------------------------------------------------------------------------------
DSLIST - Data Sets Matching TSTSS.R2221.PDS Row 1 of 7
Command ===> ________________________________________________ Scroll ===> CSR_
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
TSTSS.R2221.PDS.FILE1 DMD211
TSTSS.R2221.PDS.FILE2 DMD214
TSTSS.R2221.PDS.FILE3 DMD110
TSTSS.R2221.PDS.FILE4 DMD182
TSTSS.R2221.PDS.TEST1 DMD035
TSTSS.R2221.PDS.TEST2 DMD082
TSTSS.R2221.PDS.TEST3 DMD173
***************************** End of Data Set list ****************************
58 Complete the session evaluation at SHARE.org/Evaluation
Links
59 Complete the session evaluation at SHARE.org/Evaluation
Overview
• The next few slides provide links to
• ISPF manuals
• Past ISPF, PDSMAN and other SHARE sessions
• Websites containing z/OS free software and documentation
60 Complete the session evaluation at SHARE.org/Evaluation
Manuals – ISPF
Links
ISPF – V2R2 – Dialog Developer’s Guide
ISPF – V2R2 – Dialog Tag Language Guide
ISPF – V2R2 – Edit and Edit Macros
ISPF – V2R2 – Messages and Codes
ISPF – V2R2 – Planning and Customization
ISPF – V2R2 – Reference Summary
ISPF – V2R2 – Services Guide
ISPF – V2R2 – Users Guide – Vol 1
ISPF – V2R2 – Users Guide – Vol 2
61 Complete the session evaluation at SHARE.org/Evaluation
SHARE – ISPF
Links
ISPF 3.4 – Introduction
ISPF 3.4 – DSLIST – Primary Commands
ISPF 3.4 – DSLIST – Line Commands
ISPF 3.4 – DSLIST – Reference Lists
ISPF – Editor – Line Commands
ISPF – Editor – Line Commands – Enhanced
ISPF – An Experienced User Shares His Secrets
ISPF – Workstation Agent (WSA)
62 Complete the session evaluation at SHARE.org/Evaluation
SHARE – PDSMAN
Links
PDSMAN – EZYEDIT – Introduction
PDSMAN – EZYEDIT – Selection Panel
PDSMAN – EZYEDIT – Dataset List
PDSMAN – EZYEDIT – Member List
PDSMAN – EZYEDIT – SPACE
PDSMAN – EZYEDIT – TSO Command Shell
PDSMAN – Introduction
PDSMAN – Member Versions
PDSMAN – FASTCOPY
PDSMAN – PDSEASY
PDSMAN – PDSM18
PDSMAN – PDSMURPT
63 Complete the session evaluation at SHARE.org/Evaluation
SHARE – Other
Links
OPSMVS – OPSLOG Overview
REXX and ISPF – Troubleshooting
SDSF – Beyond the Basics
Systems Programmer – New Hire Program
ZOS – Freeware – Why, What and Where
64 Complete the session evaluation at SHARE.org/Evaluation
SHARE – Fun
Links
PPT Karaoke – Session 17441
PPT Karaoke – Session 18063
PPT Karaoke – Session 19903
65 Complete the session evaluation at SHARE.org/Evaluation
Websites
Links
ABCs of Systems Programming
Cardett Associates – Database Query Tools
CBT Tape
DFSORT – Documentation and Code
GSF Software – Downloads
ISPF – Manuals and Tools
ISPF – Request For Enhancement (RFE)
Kenneth Tomiak – Stuff
Ken’s Universe
Leonard Woren – Free Stuff
Lionel B. Dyck – Freeware
Mark’s MVS Utilities
Michael Joseph Clearly – Freeware
66 Complete the session evaluation at SHARE.org/Evaluation
Websites
Links
Parallel Sysplex – Tools and Wizards
PDS2PDS – PDS Comparison
Planet MVS
Redbooks – PDFs and Code
Review – Browser and Editor
REXX – Language Association
Schlabb – REXX, TCPIP, etc.
SDSF – Home Page
SDSF – MODEL Examples
SDSF – REXX Examples
SHARE – Conference Proceedings
Simo Time Enterprises – Programming Code Examples
TASID – Downloads
67 Complete the session evaluation at SHARE.org/Evaluation
Websites
Links
VM – Download Packages
Watson & Walker – Tuning Letter
WLM – Downloads
YCOS – Free Utilities
ZOS – V1R13 – PDF Manuals
ZOS – V2R01 – PDF Manuals
ZOS – V2R02 – PDF Manuals
68 Complete the session evaluation at SHARE.org/Evaluation
Thank You!
• A special thank you to Connie Sain for her technical input and
contributions in helping develop this slide deck
Connie Sain
Wells Fargo
Mainframe Operations
69 Complete the session evaluation at SHARE.org/Evaluation
Any questions or comments please contact:
Bruce Koss
Wells Fargo
Mainframe Operating Systems Support
[email protected] (704) 600-8416
Complete the session evaluation at SHARE.org/Evaluation