MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Find members without a particular string ina PDS

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
vijay
Beginner


Joined: 09 May 2003
Posts: 131
Topics: 64

PostPosted: Mon Nov 17, 2003 4:38 pm    Post subject: Find members without a particular string ina PDS Reply with quote

Hi ,
You have any rexx routine to do the above task?

Vijay
Back to top
View user's profile Send private message
naveen
Beginner


Joined: 03 Dec 2002
Posts: 90
Topics: 31

PostPosted: Mon Nov 17, 2003 7:33 pm    Post subject: Reply with quote

Vijay,

Can you clearly explain your problem ?
Back to top
View user's profile Send private message Send e-mail
vijay
Beginner


Joined: 09 May 2003
Posts: 131
Topics: 64

PostPosted: Tue Nov 18, 2003 8:36 am    Post subject: Reply with quote

using 3.14 I can find members in a PDS which have a particular string.How can I find members which does'nt have that string?
Back to top
View user's profile Send private message
ofer71
Intermediate


Joined: 12 Feb 2003
Posts: 358
Topics: 4
Location: Israel

PostPosted: Tue Nov 18, 2003 10:25 am    Post subject: Reply with quote

With REXX.

O.
________
list of penny stocks


Last edited by ofer71 on Sat Feb 05, 2011 11:08 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
Cogito-Ergo-Sum
Advanced


Joined: 15 Dec 2002
Posts: 637
Topics: 43
Location: Bengaluru, INDIA

PostPosted: Tue Nov 18, 2003 10:42 am    Post subject: Reply with quote

Beg to differ, Ofer.

This code for 3.14 helps.
Code:

//XXXXXXXX JOB ,NOTIFY=xxxxxxx
//SEARCH  EXEC PGM=ISRSUPC,   
//            PARM=(SRCHCMP, 
//            'LNFMTO',       
//            'ANYC')         
//NEWDD  DD DSN=ABCD.EFGH.KLM,
//          DISP=SHR         
//OUTDD  DD SYSOUT=(A)       
//SYSIN  DD *                 
SRCHFOR  'TEXT'               
/*                           


The option LNFMTO means,
"List not found member totals only".

[Edited the last line]
_________________
ALL opinions are welcome.

Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes.
Back to top
View user's profile Send private message
ofer71
Intermediate


Joined: 12 Feb 2003
Posts: 358
Topics: 4
Location: Israel

PostPosted: Tue Nov 18, 2003 10:49 am    Post subject: Reply with quote

Of course Cogito, you are right. Sorry.

O.
________
The Hire


Last edited by ofer71 on Sat Feb 05, 2011 11:08 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
Cogito-Ergo-Sum
Advanced


Joined: 15 Dec 2002
Posts: 637
Topics: 43
Location: Bengaluru, INDIA

PostPosted: Tue Nov 18, 2003 10:52 am    Post subject: Reply with quote

No apologies, Sir!
_________________
ALL opinions are welcome.

Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group