View previous topic :: View next topic |
Author |
Message |
vak255 Intermediate
Joined: 10 Sep 2004 Posts: 384 Topics: 79
|
Posted: Thu Dec 02, 2004 4:18 am Post subject: Searching a string in a list of pgms using endevor |
|
|
Searching a string in a list of pgms using endevor.I got a list of Programs in which i like to search for a "adsl" string using endevor.can anyone tell me the steps involved.Thanks in advance. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
vak255 Intermediate
Joined: 10 Sep 2004 Posts: 384 Topics: 79
|
Posted: Thu Dec 02, 2004 4:37 am Post subject: |
|
|
Hi kolusu,
I follow rules Kolusu.The link discuss...How to search more than one string using endeover. but i like to search for a particular variable "adsl" which has been called in many programs. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Thu Dec 02, 2004 4:46 am Post subject: |
|
|
vak255,
Unless I am missing something but isn't it this simple.
Code: |
OPTIONS SHOWING TEXT NOSEARCH
WHERE TEXT
( (EQ 'adsl' COLUMNS 007 072))
|
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
|
|