View previous topic :: View next topic |
Author |
Message |
pvrajesh31 Beginner

Joined: 10 Aug 2004 Posts: 31 Topics: 11
|
Posted: Thu Jan 04, 2007 11:58 am Post subject: Use of Picture find in option 3.14 |
|
|
Hi All,
I want to find all the words starting with letter 'J' (i.e. JXXXX) in all members of a PDS dataset . This can be done using PICTURE find command (i.e. F P'J@@@' ALL) for a single member in an ISPF editor.
But my doubt is : Can we use this command (F P'J@@@' ALL) in 3.14 search option on all members of a PDS dataset ? If yes, How ?
Please give suggestions. _________________ Rajesh |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Thu Jan 04, 2007 12:13 pm Post subject: |
|
|
superc search provides a member list of which you can select which members to search or you can use the * operator to indicate that you want all members searched.
PF1 is your friend. Superc Help is very extensive. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
pvrajesh31 Beginner

Joined: 10 Aug 2004 Posts: 31 Topics: 11
|
Posted: Thu Jan 04, 2007 3:21 pm Post subject: |
|
|
Hi Dick,
My actual problem is, the command ( F P'J@@@' ALL ) is not allowed to be used in search string of 3.14 option as it is even for a single member. Since P is function (keyword) not a string we can't put in quotes i guess.
I want to know how to make use of this function to find all words starting with J in all members of PDS. If you have any other method also please suggest. _________________ Rajesh |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Thu Jan 04, 2007 4:09 pm Post subject: |
|
|
if you refuse to look at help to see what you can do, try this:
f ' J' <<<<<<<<find spaceJ you miss words staring in col 1 (no space) _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Fri Jan 05, 2007 2:36 am Post subject: |
|
|
SUPERC supports the PREFIX keyword.
O.
________
herbal vaporizers
Last edited by ofer71 on Sat Feb 05, 2011 11:55 am; edited 1 time in total |
|
Back to top |
|
 |
pvrajesh31 Beginner

Joined: 10 Aug 2004 Posts: 31 Topics: 11
|
Posted: Mon Jan 08, 2007 9:37 pm Post subject: |
|
|
Hi dick ,
you gave very simple solution. It almost suits requirement except the cases where the words are prefixed by '.' or some symbols.
Thanx for answer. _________________ Rajesh |
|
Back to top |
|
 |
pvrajesh31 Beginner

Joined: 10 Aug 2004 Posts: 31 Topics: 11
|
Posted: Mon Jan 08, 2007 9:41 pm Post subject: |
|
|
Hi Ofer,
Thanx for ur answer. PREFIX keyword is working fine for my requirement. This is new keyword i come across. _________________ Rajesh |
|
Back to top |
|
 |
|
|