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

Filter multiple row at a time in SDSF through REXX


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
usharaniA

New User


Joined: 22 Jan 2008
Posts: 85
Location: India

PostPosted: Mon Oct 13, 2008 4:27 pm
Reply with quote

Hi,
I want to filter multiple row at a time in SDSF through rexx.Is there any option and commands .please let me know
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Mon Oct 13, 2008 9:38 pm
Reply with quote

Not sure what you mean by 'filter'. Please elaborate
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Oct 13, 2008 9:39 pm
Reply with quote

What exactly do you want to do ?

Please tell us so that we can offer some suggestions.
Back to top
View user's profile Send private message
usharaniA

New User


Joined: 22 Jan 2008
Posts: 85
Location: India

PostPosted: Tue Oct 14, 2008 10:11 am
Reply with quote

Im asking about the filter commands to be used in the spool.How to use filter command to filter multiple rows at a time through rexx code.I found some commands to filter multiple row at a time,
Code:
FIL    (+|-)column (operator) value
, but this too not working.Give me the correct syntax
Back to top
View user's profile Send private message
HappySrinu

Active User


Joined: 22 Jan 2008
Posts: 194
Location: India

PostPosted: Tue Oct 14, 2008 10:28 am
Reply with quote

Experts here can suggest you perfect solution only if you come up with an suitable example. This is the forum where you are asking a question to people who never know/work along with you. so you should be more clear in your question.
Back to top
View user's profile Send private message
usharaniA

New User


Joined: 22 Jan 2008
Posts: 85
Location: India

PostPosted: Tue Oct 14, 2008 10:40 am
Reply with quote

Hi,
If for example i want to filter only the abend jobs whose jobname is runjcl
i use the filter option in the action bar and enter the values as follows,
Code:
                         Filter          Row 1 to 9 of 25
 Command ===>                                             
                                                         
 Type filter criteria.  Type a / in the Column or Oper   
 fields for valid values. Press F11/23 to clear all       
 filter criteria.                                         
                                                         
 Filtering is  OFF                                       
                                                         
 AND/OR between columns   AND  (AND/OR)                   
 AND/OR within a column   OR   (AND/OR)                   
                                                         
 Column             Oper  Value (may include * and %)     
JOBNAME             EQ   run*                           
 Max-rc             eq   abend*                         
                                       


Now my requirement is i want to filter this action through rexx code. how to do it.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Tue Oct 14, 2008 9:58 pm
Reply with quote

Google for "sg247419". And study the book.
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top