View previous topic :: View next topic |
Author |
Message |
antichoc Beginner
Joined: 08 Jun 2006 Posts: 18 Topics: 6
|
Posted: Thu Jun 08, 2006 9:03 am Post subject: 'FIND' command Limit override |
|
|
Hello,
Does anyone know how to supress the 5000 steps break of the FIND command on edit or view mode of a PDS's member ?
Thanks for the answer |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12381 Topics: 75 Location: San Jose
|
Posted: Thu Jun 08, 2006 9:08 am Post subject: |
|
|
antichoc,
If you have z/os 1.5 and higher then you can use the HIDE command
Code: |
x all; f 'some string' all; hide x
|
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
antichoc Beginner
Joined: 08 Jun 2006 Posts: 18 Topics: 6
|
Posted: Thu Jun 08, 2006 10:14 am Post subject: |
|
|
kolusu wrote: | antichoc,
If you have z/os 1.5 and higher then you can use the HIDE command
Code: |
x all; f 'some string' all; hide x
|
Hope this helps...
Cheers
Kolusu | Well, thank you for your answer.
So my english is a few bad because I'm a french and young worker ....
My previous post was not very explicit. When I make a find on a member in TSO/ISPF, if the word I search is placed more than 5,000 lines from the begin, TSO/ISPF stop the search and I have to put again PF5 in order ton continue the search until the next sentence or 10,000 lines. That I want is to supress this option (if it's possible) and the that search command (FIND) will run without stop every 5,000 lines ...
I hope you can understand my very BAD english
Thanks a lot, I come back tomorrow morning (French Time !)
See you soon |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Thu Jun 08, 2006 10:54 am Post subject: |
|
|
ISPF does not have a break at 5000 lines. SDSF does. Do you mean SDSF? |
|
Back to top |
|
 |
antichoc Beginner
Joined: 08 Jun 2006 Posts: 18 Topics: 6
|
Posted: Thu Jun 08, 2006 12:08 pm Post subject: |
|
|
No I think I don't speak about SDSF, I a newbie on MVS environnement ...
When I'm editing a programme from PDF (1.2) on the command line, I write
"F 'MY WORDS' all" or "F 'MY WORD'", if the program is very big (more than 5, 10 or 20,000 lines) It's written anything like "5,000 lines search" on the right top corner of the screen. It's mean that it's don't find my string on the first 5,000 lines. So I have to press the PF5 keys again to check the 5,000 next lines ... etc !!!
It's that that I want to disable ....
Perhaps it's SDSF but I think that the initials "PDS" can help you to understanding me !
I'm very sorry to disturb you, I make my first walk on the english forum !!!
See you soon ... |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Thu Jun 08, 2006 12:22 pm Post subject: |
|
|
That is not a problem. When you see this, can you type the command PANELID and tell us what string is shown in the upper left corner of the screen? It should be something like ISREDDE2 or ISFPCU41 or something like that., |
|
Back to top |
|
 |
antichoc Beginner
Joined: 08 Jun 2006 Posts: 18 Topics: 6
|
Posted: Thu Jun 08, 2006 3:09 pm Post subject: |
|
|
Ok I will see this tomorow morning, it's 10:pm
I hope you will be here !!!
Thanks |
|
Back to top |
|
 |
Mervyn Moderator

Joined: 02 Dec 2002 Posts: 415 Topics: 6 Location: Hove, England
|
Posted: Thu Jun 08, 2006 4:33 pm Post subject: |
|
|
semigeezer is ALWAYS here (provided he's awake!!)
 _________________ The day you stop learning the dinosaur becomes extinct |
|
Back to top |
|
 |
antichoc Beginner
Joined: 08 Jun 2006 Posts: 18 Topics: 6
|
Posted: Fri Jun 09, 2006 1:48 am Post subject: |
|
|
Well, the exact message is "5,000 RECS SEARCHED" or 10,000 ...
When I use the PANELID command, it's written ISFPCU41 ... it's when I see the result of a compil in the Output display all classes panel.
On edit mode of program, (where the problem is the same) it's written ISREDDE3 ..
That's all |
|
Back to top |
|
 |
antichoc Beginner
Joined: 08 Jun 2006 Posts: 18 Topics: 6
|
Posted: Mon Jun 12, 2006 9:09 am Post subject: |
|
|
hello, anyone can help me ?????
Thanks ! |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Mon Jun 12, 2006 12:10 pm Post subject: |
|
|
ISFPCU41 is SDSF and that does have a search limitation. ISREDDE3 is part of the ISPF editor and that should not have the limitation (unless maybe SDSF is reusing that panel).
In any event, SDSF has a FINDLIM command. Type FINDLIM ? to see the current limit, or set a new number like FINDLIM 999999. To see the documentation, use PF1 in SDSF and select the section on searching. |
|
Back to top |
|
 |
antichoc Beginner
Joined: 08 Jun 2006 Posts: 18 Topics: 6
|
Posted: Mon Jun 12, 2006 1:27 pm Post subject: |
|
|
OK thank you, I saw a option, in the menu call 'Configure Find limit ...' or anything like that but I don't have the right for do it ...
I will see that tomorrow !!
Thank you very much ! |
|
Back to top |
|
 |
antichoc Beginner
Joined: 08 Jun 2006 Posts: 18 Topics: 6
|
Posted: Wed Jun 14, 2006 3:18 am Post subject: |
|
|
Well, it doesn't work. The findlim command is not autorize with my user ....
I have to forget this way ....
Thank you for all ! |
|
Back to top |
|
 |
|
|