22
 Interactive System Productivity Facility (ISPF)  SHARE 118 March 2012 © 2012 IBM Corporation Peter Van Dyke IBM Australia SHARE 118, Winter 2012 [email protected] ISPF Hidden Treasures and New Features  SHARE 118 Sessions 10613 & 10614 Interactive Program Development Facility (ISPF) © 2012 IBM Corporation 2  Hi dden Tr easures/ New Fea tures | Sessions 10 613 & 10614 March 201 2 Hidden Treasures and New Features in ISPF Data Set List DSLIST Command Recent Enhancements Member List Recent Enhancements Edit COMPARE Command Recent Enhancements Connect Without GUI z/OS UNIX Support Directory List Utility Edit and Browse  ASCII Edit UDLIST Command

S10613 - IsPF Hidden Treasures(1)

Embed Size (px)

Citation preview

Page 1: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 1/22

Interactive System Productivity Facility (ISPF)

 SHARE 118 March 2012 © 2012 IBM Corporation

Peter Van Dyke

IBM Australia

SHARE 118, Winter [email protected]

ISPF Hidden Treasuresand New Features

 

SHARE 118Sessions 10613 & 10614

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation2  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

Hidden Treasures and New Features in ISPFData Set List

•DSLIST Command

•Recent Enhancements

Member List

•Recent Enhancements

Edit

•COMPARE Command

•Recent Enhancements

Connect Without GUI

z/OS UNIX Support

•Directory List Utility

•Edit and Browse

• ASCII Edit•UDLIST Command

Page 2: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 2/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation3  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

Hidden Treasures and New Features in ISPF…Multiple Screen Support

•SWAPBAR

Display System & User Id

ISPF in a Web Browser (Using z/OSMF)

ISPF Client Gateway – ISPF from the Internet

ISRDDN Utility

User Command Tables

•ISPF Table Utility

ISRDTLCV macro

 

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation4  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

DSLISTDSLIST personal_l ist_name  | pat tern 

• If a list name exists by that name, a data set list will be built based on

the entries in the list• If a list name does not exist, the parameter is treated as a pattern

APPEND command from within Data Set List

•  Adds entries to the displayed list

• specify a personal list name or a pattern

REFRESH command from within Data Set List

• Refreshes display to original list filter criteria

EXCLUDE command and X line command from within Data Set List

• Excludes data sets displayed in list

• Shadow line displayed

Page 3: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 3/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation5  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

New Data Set List Commands - z/OS 1.2

MEMBER command

• allows the partitioned data sets in the list to be searched for a

specific member name or pattern• Syntax:  Member s t r i ng  [X|EX|NX][RECALL1|RECALL2] 

• Message field identifies data sets containing the member(s)

SRCHFOR command

• Invokes SuperC to search the listed data sets for strings

• Syntax: SRCHFOR [s t r i ng ]

• Displays panel used to specifying options for SuperC

• Message field identifies data sets containing the string

• SuperC output written to data set

(default: us er i d .SRCHDSL.LIST)

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation6  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

Data Set List Enhancements

Enhanced SORT command (z/OS 1.7)

• Provides ability to sort a data set list in ascending or descendingorder 

• Syntax:  SORT major-field [A|D] [minor-field] [A|D]

Display Total Tracks Value (z/OS 1.9)

• New Display Total Tracks option added to the Data Set List Utility

entry panel

• If selected, an additional header line showing the total tracks used by

the data sets is displayed with the Space and Total views

• Pop-up window showing data collection progress displayed when

calculating total tracks for a list of 50 or more data sets

Page 4: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 4/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation7  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

Data Set List Enhancements. . .

Block Line Commands (z/OS 1.10)

•  Allows Data Set List line commands to be entered in blocks

•  A block of line commands is marked by entering two forward slashcharacters ( //) at the start and end of the block

• The required line command is entered on the first or last line of the

block, immediately following the two forward slash characters

•  All line commands, including TSO commands, Clists and REXXexecs can be executed as block commands

Include PREFIX in Dsname Level (z/OS 1.11)

• New Prefix Dsname Level option added to the Data Set List Utility

entry panel

• If selected, ISPF will add the TSO prefix (if the user’s TSO profile has

PREFIX defined) as the first qualifier if the Dsname Level entered is

not enclosed in quotes

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation8  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

Data Set List Enhancements. . .

Allocate Line Command (z/OS 1.13)

• New AL line command can be used to allocate a new data set• New data set name can be specified with the AL line command

• If AL is entered against a deleted data set and a name is not

specified ISPF will use the name of the deleted data set

• When AL is entered against an existing data set the user has the

option to:

 –Create the data set using the attributes of the existing data set

 –Specify the attributes of the data set on the Allocate New Data

Set panel

Page 5: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 5/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation9  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

New Member List Commands - z/OS 1.5

SRCHFOR command

• Invokes SuperC to search the listed members for strings

• Syntax: SRCHFOR [s t r i ng ]• Displays panel used to specifying options for SuperC

• PROMPT column identifies members containing the string

• SuperC output written to data set

(default: us er i d .SRCHML.LIST)

SORT PROMPT command

• Sorts members with messages in the PROMPT column to the top ofthe member list

• Use after SRCHFOR command to group all members containing

string  at the top of the member list

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation10  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

Member List Enhancements

Enhanced SORT command (z/OS 1.7)

• Provides ability to sort a member list in ascending or descendingorder 

• Syntax:  SORT major-field [A|D] [minor-field] [A|D]

New FILTER command (z/OS 1.8)

• Used to display only those members having an attribute matching aspecified value

• Syntax: FILTER [f i el d ope r at or va l ue ]

f i el d  member list column name

oper at or  EQ, NE, LE, LT, GE, or GT

val ue  the comparison value

• Member List SRCHFOR command also enhanced to optionally

display only those members containing the SRCHFOR string

Page 6: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 6/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation11  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

Member List Enhancements. . .

New I line command for enhanced member list (z/OS 1.13)

• Used to display panel showing the ISPF statistics for a member 

• Introduced to provide a display of extended line count statistics for a

member with extended statistics

 –is not restricted to members that have extended line count

statistics

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation12  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

Edit COMPARE CommandSyntax: COMPARE [member|data_set_name|NEXT|* [X] [SYSIN]]

Uses SuperC APIs to compare to data sets or members

Changes are highlighted depending on if the change is new to the source

(member or data set where COMPARE command was issued), only in the target,

or common

 NEXT compares next member in hierarchy of ISPF library

X excludes common lines except for a few around differences

SYSIN DD has additional SuperC Process Statements

new in "source"

common

common lines

excluded by X

parameter 

only in "target"

(NEXT in this case)

MD to "make data"

Page 7: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 7/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation13  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

Edit COMPARE Enhancement (z/OS 1.11)

The SYSIN keyword on the COMPARE command is enhanced to support

a sub-parameter 

• User can specify the SuperC process statements data set name as asub-parameter of the SYSIN keyword

Syntax: SYSIN(dsn)

•  Alternatively, the user can request the display of a pop-up panel

where the SuperC process statements data set name can be entered

Syntax: SYSIN(/) 

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation14  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

New Edit Primary Commands - z/OS 1.6HIDE command

• Removes excluded line messages from the Edit/View display

• Line number underscored to indicate "hidden" line(s)• Syntax: HIDE X

• RESET primary command has HIDE option to allow redisplay ofexcluded line messages

 –Syntax: RESET HIDE

COLS command

• Causes a columns line to be displayed at the top of each Edit/View

data screen (i.e. stays with the Edit/View display)

• Syntax: COLS [ON|OFF]

Page 8: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 8/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation15  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

Other Edit Enhancements

UNDO after SAVE (z/OS 1.9)

•  Allows reversal of edit changes made prior to SAVE commands during the current

edit session

• New KEEP option added to the edit SETUNDO command

•Syntax:

  +-STORAGE-+

>>----SETUNDO----+---------+---------------><

  +-SETU----+ +-RECOVER-|

  +-ON------|

  +-OFF-----|

  +-KEEP----+

•Where:

KEEP Has the same effect as STORAGE and also prevents the

SAVE command from clearing the UNDO buffers instorage

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation16  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

Other Edit Enhancements. . .

Multiple Targets for MOVE/COPY (z/OS 1.10)

• Suffix of K (keep) can now be used with MOVE/COPY destination line commands A,B, O and OO

 –Enter AK, BK, OK, or OOK line commands to indicate a multiple target

MOVE/COPY command

 –Enter ‘final’ destination line command ( A, B, O or OO) to initiate the ‘multiple

target’ MOVE/COPY

 –‘Final’ destination must be after the line where the AK, BK, OK, or OOK command was entered

Page 9: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 9/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation17  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

Other Edit Enhancements. . .

New Edit Line Commands for HEX Display (z/OS 1.11)

• New edit line commands to display selected lines in hexadecimal format:

 HX  display a single line in hexadecimal format

 HXX  display a block of lines in hexadecimal format

• The HX and HXX line commands act as a toggle by switching a line’s display

format between normal and hexadecimal format

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation18  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

Other Edit Enhancements. . .

Support for User Defined Line Commands (z/OS 1.13)

• Support has previously been available by using the unsupported LMAC tool

• User defined line commands and the edit macros they invoke are defined in an

ISPF table

 – The ISPF Table Utility (ISPF option 3.16) is modified to assist with

defining the user line command table

• New line command table input field on the edit and view entry panels

 – When the line command table is specified the line commands defined in

the table are able to be used during the edit session

• The EDIT and VIEW services also allow a line command table to be passed by

the caller 

Page 10: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 10/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation19  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

Connect Without GUISETTINGS 

• Workstation pulldown (or GUIINIT)

 –Workstation connection

 –Without GUI display

•  Allows workstation commands

–FILEXFER 

 –Edit on workstation

–SELECT WSCMD

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation20  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

z/OS UNIX Directory List Utility (z/OS 1.8)

 Available as ISPF option 3.17

Provides most of the functions supported by the ISHELL utility

Page 11: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 11/22

Page 12: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 12/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation23  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

z/OS UNIX Directory List Utility. . .

Line commands available:

E - edit a file

B - browse a file

N - create a new file

L - list a directory

D - delete a file

R - rename a file

V - view a file (z/OS 1.9)

EA - ASCII edit (z/OS 1.9)

VA - ASCII view (z/OS 1.9)

RA - REFLIST Add (z/OS 1.10)

FS - File System (z/OS 1.11)

MA - Modify ACLs (z/OS 1.13)

CO - copy data out

CI - copy data in

I - display attributes

MM - modify mode fields

MX - modify extended attributes

X - execute a command

MO - Modify Owner (z/OS 1.11)

MG - Modify Group (z/OS 1.11)

MF - Modify Format (z/OS 1.11)

UA - User Auditing (z/OS 1.11)

AA - Auditor Auditing (z/OS 1.11)

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation24  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

z/OS UNIX Support Enhancements. . .

Use ISPF Edit and Browse for z/OS UNIX Files (z/OS 1.9)

• Edit/View/Browse “Other” Data Set Name fields support entry of z/OS UNIXpathnames

•z/OS UNIX Directory List displayed when pathname for directory entered in the“Other” Data Set Name field

• z/OS UNIX pathname can be specified as an operand with the following edit primary

and macro commands

 –COMPARE

 –COPY

 –CREATE

 –MOVE

 –REPLACE

• BROWSE, EDIT, and VIEW services enhanced to support processing of z/OS UNIX

files

• FILEXFER service enhanced to support the upload and download of z/OS UNIX

regular files

• Personal data set lists enhanced to support the saving and retrieval of z/OS UNIXpathnames

Page 13: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 13/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation25  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

z/OS UNIX Support Enhancements. . .

Support for Editing ASCII Data (z/OS 1.9)

•  ASCII edit automatically invoked for z/OS UNIX files tagged with CCSID 819 (US

 ASCII)

•  ASCII edit can be selected for z/OS UNIX files not tagged by either:

 –Selecting the Edit ASCII data option on the Edit/View Entry panel

 –Using the z/OS UNIX Directory List Utility (option 3.17) EA line command

• File tagged with CCSID of 819 when saved

•  ASCII edit available with the EDIT and VIEW services by using the new ASCII 

keyword parameter 

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation26  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

New UDLIST Command – z/OS 1.10Used to display a z/OS UNIX Directory List (option 3.17) from any command

line

Syntax: UDLIST [personal_l ist_name  | pathname ]

• If a personal list name is provided, a directory list will be built based on the

pathname entries in the list

•  Alternatively, the pathname for a directory can be specified

 –but most command lines are CAPS(ON) – cannot enter mixed-case

pathnames

• If no parameter is specified with the UDLIST command a popup displays:

• Popup allows user to:

 –enter a mixed-case pathname

 –select a personal list

Page 14: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 14/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation27  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

Directory List Enhancements – z/OS 1.11z/OS UNIX commands can be entered in the command field on the z/OS UNIX

Directory List panel

• Requires option “Enter z/OS UNIX commands in Command field” to be

selected on the directory list options panel• Entering a / (forward slash) in the command field displays a panel with a

command field 255 characters in length

Default line commands can be defined for different file types

• Default line command is processed when the cursor is placed in the line

command field and the ENTER key is pressed

• IBM-supplied default line commands:

Directory L (List)Regular file B (Browse)Character special IFIFO ISymbolic link I

• User can change default line commands on the “z/OS UNIX Directory

List Default Line Commands” panel available from the Options pull-

down

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation28  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

Using Multiple ScreensISPF allows up to 32 synchronously multi-tasking screens under one

ISPF session

Create new logical screens using:

• SPLIT [NEW] command

 –reposition horizontal line separating 2 screens on 3270 display

 –new logical screen created when NEW  specified

• START command

 –creates new logical screen with different "initial dialog"

START PANEL(panel)|PGM(program)|CMD(command)

  [select_parameters]

  | ISPF_command 

  | primary_option_menu_option

Navigate screens using:

• SWAP [LIST | PREV | NEXT | sc r een name  | n ]

command• ISPF Task List panel (invoked using SWAP LIST command)

Page 15: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 15/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation29  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

Screen names Panelid and Applid

Current

screen

"Other"

screen 

ISPF Task List - Swap List Command

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation30  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

SWAPBAR – z/OS 1.10 Simplifies the task of swapping between ISPF logical screens

Displays at the bottom of the physical screen point-and-shoot fieldsassociated with each logical screen for the session

• Use the point-and-shoot field to invoke the associated logical

screen

Tip: Customize your terminal emulator to make the action of

clicking the mouse to simulate:

1) placing the cursor 

2) Pressing the ENTER key

Enabled using the new SWAPBAR system command

 Syntax:  SWAPBAR [ON|OFF] 

Page 16: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 16/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation31  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

Display System and User Id – z/OS 1.7New ISPF command provided which allow the system name and/or user

ID to be displayed on all ISPF panels

• SYSNAME [ON|OFF] - Display | Remove system name

• USERID [ON|OFF] - Display | Remove user ID

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation32  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

ISPF in a Web Browser (Using z/OSMF)With z/OS 1.13, z/OSMF users can invoke ISPF in a web browser 

New ISPF task under z/OS Classic Interfaces category• Used to launch a “classic” ISPF session in the browser 

• Existing TSO logon procedure is used to define TSO/ISPF environment

Page 17: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 17/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation33  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

ISPF in a Web Browser (Using z/OSMF). . .Panels appear similar to TN3270 ISPF layout

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation34  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

ISPF in a Web Browser (Using z/OSMF). . .Can display up to 4 ISPF logical screen in the same browser tab

Page 18: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 18/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation35  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

ISPF in a Web Browser (Using z/OSMF). . .TSO/E messages are displayed in a popup window

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation36  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

ISPF Client Gateway - ISPF from the InternetThe Gateway provides an interface for client (and z/OS UNIX)

applications to run TSO and ISPF commands and services

Runs in z/OS UNIX and is invoked upon a request for a TSO or ISPF

command

• TSO address space established

• If an ISPF command is requested

 –ISPF data sets are allocated and an ISPF session is established

Command requests and command output in XML format

Gateway IVP provides a web page for entering TSO and ISPF commands

 –/usr/lpp/ispf/bin/ISPZIVP.html

 –/usr/lpp/ispf/bin/ISPZIVP.cgi

Shipped with z/OS 1.10

• Backfitted to z/OS 1.8 and 1.9 (APAR OA27190)

Page 19: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 19/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation37  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

ISRDDN UtilityFullscreen display of DD allocations

Build a member list based on a DD

Invocation: SELECT PGM(ISRDDN) - DDLIST command

Browse (B), Edit (E), View (V), Free the entire DD (F), Compress a PDS(C), Provide additional data set information (I), Display list of users of jobs

using a data set (Q)

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation38  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

 MEMBER name  [s t r i ng ]

• scans allocations for a particular member 

• st r i ng  restricts the search to DDs with s t r i ng  in their name.

• Uses CSVQUERY to locate load modules

ONLY s t r i ng  | EXCLUDE s t r i ng 

•  to show or exclude DDs with s t r i ng  in their name

ISRDDN - Primary Commands

Page 20: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 20/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation39  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

ISRDDN - Primary Commands... SEARCH name 

• Same as MEMBER  but does not search DD's

LOAD name 

• Explicitly loads a module

• Uses ISPLLIB if available

• Browses result

 APF, LINKLIST (LI), PARMLIB, LPA (LP)

• toggle commands to add/remove pseudo-DD names

• show the defined -

 – APF data sets

 –link-list data sets

 –PARMLIB data sets

 –LPA data sets

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation40  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

ISRDDN - Primary Commands... CLIST

• creates a allocation CLIST in 'prefix.ISRDDN.CLIST'

COUNT [string]

• counts the number of members in PDSs

DUP

• searches all the PDSs in the displayed list and LPA

• displays list of duplicate names

ENQ

• Enqueues on system

CON

• Enqueue contention

Page 21: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 21/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation41  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

ISRDDN - Browse of Control Blocks

BROWSE STORAGE

•  SEQUENTIAL FILE

 – Allocated to DDNAME ISRDDN

 – Fixed or VB

 – Max length of 230

 First string on line is control block name

 – Second string is locator string

 – Everything else ignored

 ASCB CVT?+C? Addr space control blk

CVT 10.? Comm Vector Table

TCB CVT?? Task Control Block  

Disassembly support available with z/OS 1.9

NOTE: ISRDDN is now documented in the ISPF User's Guide Volume I

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation42  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

User Command TablesISPF supports up to 3 user command tables (z/OS 1.5)

•  APPLID for User command tables are defined in the ISPF

configuration table• Searched before Site and System command tables

Many sites now define USER as the APPLID for a User command table

• Speak to your systems programmer if your site does not

•  Allows users to define their own ISPF commands

• User command table saved in a personal table data set in the

ISPTLIB DD concatenation

Creating and updating user command tables

• Option 3.9 can be used to create a user command table

 –Requires table data set allocated to the ISPTABL DD

• Option 3.9 cannot update a user command table if it is open to your

ISPF session

 –Copy table to another member; use option 3.9 to update new

member; copy updated member back –With z/OS 1.9, use option 3.16 (ISPF Table Utility)

Page 22: S10613 - IsPF Hidden Treasures(1)

8/13/2019 S10613 - IsPF Hidden Treasures(1)

http://slidepdf.com/reader/full/s10613-ispf-hidden-treasures1 22/22

Interactive Program Development Facility (ISPF)

© 2012 IBM Corporation43  Hidden Treasures/New Features | Sessions 10613 & 10614 March 2012

ISRDTLCV Macro

Shipped in SISPEXEC library

Converts the non-displayable characters in panel output from the DTLConversion Utility (ISPDTLC) to editable characters

Issue ISRDTLCV  on edit command line of generated panel