Hi,
When ever I find a keyword in a flat file or in sysout, it just searches for the first 5000 records and askes us to keep pressing "Enter" key.
Can any one please tell how to change the find limit? or make it to infinitive.
Thanks
Raja.R
"Find" Limit increase.
-
- Posts: 27
- Joined: Thu Oct 10, 2013 6:44 pm
- Skillset: Cobol/DB2/JCl
- Referer: Google
-
- Global moderator
- Posts: 3805
- Joined: Tue Jan 25, 2011 12:02 am
- Skillset: Easytrieve Plus, Cobol, Utilities, that sort of stuff
- Referer: Google
Re: "Find" Limit increase.
I hope not. Why do you think there is a limit? Why should it not apply to you? You want to look at a 20,000,000-line output, then do a find which you typo, then what whilst it sucks up CPU and IO to do your thoughtless task?
-
- Posts: 27
- Joined: Thu Oct 10, 2013 6:44 pm
- Skillset: Cobol/DB2/JCl
- Referer: Google
Re: "Find" Limit increase.
Hi Billy,
Am working on an analysis task where i got to find a keyword displayed on spool and the keyword will be printed many times with lakhs of records in between each print.
So at times, i need to find the Keyword which is printed in the middle (see below example).
So when i want to find a keyword printed in middle , i need to keep on press 'Enter' Button to get to the middle keyword until i reach the keyword.
kindly let me know if you need more clarification.
Keyword********************
******************************
******************************
****** Lakhs of reocrds****
******************************
******************************
******************************
Keyword********************
******************************
******************************
******************************
****** Lakhs of reocrds****
******************************
******************************
******************************
Keyword********************
******************************
******************************
******************************
****** Lakhs of reocrds****
******************************
******************************
******************************
Am working on an analysis task where i got to find a keyword displayed on spool and the keyword will be printed many times with lakhs of records in between each print.
So at times, i need to find the Keyword which is printed in the middle (see below example).
So when i want to find a keyword printed in middle , i need to keep on press 'Enter' Button to get to the middle keyword until i reach the keyword.
kindly let me know if you need more clarification.
Keyword********************
******************************
******************************
****** Lakhs of reocrds****
******************************
******************************
******************************
Keyword********************
******************************
******************************
******************************
****** Lakhs of reocrds****
******************************
******************************
******************************
Keyword********************
******************************
******************************
******************************
****** Lakhs of reocrds****
******************************
******************************
******************************
- prino
- Posts: 641
- Joined: Wed Mar 11, 2009 12:22 am
- Skillset: PL/I - CICS - DB2 - IDMS - REXX - JCL, most in excess of three decades
- Referer: Google
- Location: Vilnius, Lithuania
- Contact:
Re: "Find" Limit increase.
Send your flipping output, all crakhs of it, to a file, and use SRCHFOR in batch!
AND USE INTERNATIONALLY ACCEPTED UNITS. ALMOST NOBODY OUTSIDE OF INDIA HAS ANY CLUE WHAT A "LAKH" is!
AND USE INTERNATIONALLY ACCEPTED UNITS. ALMOST NOBODY OUTSIDE OF INDIA HAS ANY CLUE WHAT A "LAKH" is!
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
robert.ah.prins @ the.17+Gb.Google thingy
-
- Posts: 239
- Joined: Wed Dec 04, 2013 11:08 pm
- Skillset: COBOL, JCL, ISPF.
- Referer: While searching the Internet for answers.
- Location: Richfield, MN, USA
Re: "Find" Limit increase.
You might be thinking of the FINDLIM command in SDSF. You may or may not be able to change this depending on your shop standards.
.... Terry
-
- Global moderator
- Posts: 3805
- Joined: Tue Jan 25, 2011 12:02 am
- Skillset: Easytrieve Plus, Cobol, Utilities, that sort of stuff
- Referer: Google
Re: "Find" Limit increase.
Your TSO session is at a high priority compared to batch jobs. You are tying up your terminal and impacting other users. Look at Prino's suggestion. Also look at using SORT to extract what you want to a small dataset. Spool datasets were never intended for "searching" and Find is not optimised for large amounts of data.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
REXX Code to find if PDS JCL member has how many DD
by abhilashanaik » Tue Sep 14, 2021 11:17 am » in CLIST & REXX - 5
- 2294
-
by sergeyken
View the latest post
Wed Sep 15, 2021 6:02 am
-
-
- 3
- 1209
-
by sergeyken
View the latest post
Wed May 18, 2022 4:40 pm
-
-
Find the version of a cobol program through its load module
by vinigim » Fri Oct 30, 2020 3:16 am » in IBM Cobol - 5
- 5152
-
by chaat
View the latest post
Sat Nov 07, 2020 8:40 am
-