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' command Limit override

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


Joined: 08 Jun 2006
Posts: 18
Topics: 6

PostPosted: Thu Jun 08, 2006 9:03 am    Post subject: 'FIND' command Limit override Reply with quote

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
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12381
Topics: 75
Location: San Jose

PostPosted: Thu Jun 08, 2006 9:08 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
antichoc
Beginner


Joined: 08 Jun 2006
Posts: 18
Topics: 6

PostPosted: Thu Jun 08, 2006 10:14 am    Post subject: Reply with quote

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 Rolling Eyes

Thanks a lot, I come back tomorrow morning (French Time !)

See you soon
Back to top
View user's profile Send private message
semigeezer
Supermod


Joined: 03 Jan 2003
Posts: 1014
Topics: 13
Location: Atlantis

PostPosted: Thu Jun 08, 2006 10:54 am    Post subject: Reply with quote

ISPF does not have a break at 5000 lines. SDSF does. Do you mean SDSF?
Back to top
View user's profile Send private message Visit poster's website
antichoc
Beginner


Joined: 08 Jun 2006
Posts: 18
Topics: 6

PostPosted: Thu Jun 08, 2006 12:08 pm    Post subject: Reply with quote

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
View user's profile Send private message
semigeezer
Supermod


Joined: 03 Jan 2003
Posts: 1014
Topics: 13
Location: Atlantis

PostPosted: Thu Jun 08, 2006 12:22 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
antichoc
Beginner


Joined: 08 Jun 2006
Posts: 18
Topics: 6

PostPosted: Thu Jun 08, 2006 3:09 pm    Post subject: Reply with quote

Ok I will see this tomorow morning, it's 10:pm

I hope you will be here !!!

Thanks
Back to top
View user's profile Send private message
Mervyn
Moderator


Joined: 02 Dec 2002
Posts: 415
Topics: 6
Location: Hove, England

PostPosted: Thu Jun 08, 2006 4:33 pm    Post subject: Reply with quote

semigeezer is ALWAYS here (provided he's awake!!)

Mr. Green
_________________
The day you stop learning the dinosaur becomes extinct
Back to top
View user's profile Send private message
antichoc
Beginner


Joined: 08 Jun 2006
Posts: 18
Topics: 6

PostPosted: Fri Jun 09, 2006 1:48 am    Post subject: Reply with quote

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
View user's profile Send private message
antichoc
Beginner


Joined: 08 Jun 2006
Posts: 18
Topics: 6

PostPosted: Mon Jun 12, 2006 9:09 am    Post subject: Reply with quote

hello, anyone can help me ?????

Thanks !
Back to top
View user's profile Send private message
semigeezer
Supermod


Joined: 03 Jan 2003
Posts: 1014
Topics: 13
Location: Atlantis

PostPosted: Mon Jun 12, 2006 12:10 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
antichoc
Beginner


Joined: 08 Jun 2006
Posts: 18
Topics: 6

PostPosted: Mon Jun 12, 2006 1:27 pm    Post subject: Reply with quote

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
View user's profile Send private message
antichoc
Beginner


Joined: 08 Jun 2006
Posts: 18
Topics: 6

PostPosted: Wed Jun 14, 2006 3:18 am    Post subject: Reply with quote

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
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