IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

SDSF filter swap?


IBM Mainframe Forums -> IBM Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Ed Goodman

Active Member


Joined: 08 Jun 2011
Posts: 556
Location: USA

PostPosted: Mon May 05, 2014 7:13 pm
Reply with quote

Our shop just switched to SDSF (from Flasher).

I normally work on two different 'sides' of development. One one side, I used my userid for a filter, on the other, I used a testing ID.

Flasher had an easy to use filter screen that let me switch between the two very quickly.

Is there a quick way to swap the filters in SDSF, like maybe update an ISPF table with a CLIST/REXX? I dislike using the dropdowns.

Not critical, just an annoyance.
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Mon May 05, 2014 7:41 pm
Reply with quote

How about the primary commands PREFIX and OWNER?

PRE mask - eg PRE @52* to get all jobs beginning @52
PRE by itself to remove any mask

OWNER id - to get all jobs belonging to id
OWNER by itself to get all owners

or do you mean something else?
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Mon May 05, 2014 9:03 pm
Reply with quote

Hello Ed,

You could configure the PFkeys on SDSF to specific commands, so you can switch between different filers quicky.

my PF1 keys is
Code:
PRE USERID*; OWNER USERID; SYSNAME SYS1


which shows all jobs with prefix of USERID* and owner of USERID and from SYS1 system

similarly you could configure other PF keys for other systems.

Regards,
Back to top
View user's profile Send private message
Ed Goodman

Active Member


Joined: 08 Jun 2011
Posts: 556
Location: USA

PostPosted: Tue May 06, 2014 8:17 pm
Reply with quote

This is what I get for not reading the manuals... we got some locally written help documents, and they didn't mention the primary commands for PREFIX and USERID. That will do just what I want.

Thank you.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> IBM Tools

 


Similar Topics
Topic Forum Replies
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts XDC SDSF output to temp dataset CLIST & REXX 4
No new posts Help to Filter File Manager Copybook ... DFSORT/ICETOOL 14
No new posts Search string in job at regular Spool... CLIST & REXX 0
Search our Forums:

Back to Top