Wow .That was cool ... an entry was there for SRCHFOR in the command table . I 
just got it removed and the problem is resolved . Thanks a lot Andrew 


Also , I learned some more new things on ISPF from this thread . Really 
appreciate everyone who commented on this post ..Thanks a lot guys !


Regards,
Roger





________________________________
 From: Andrew Metcalfe <andrew.metca...@barclays.com>
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Saturday, July 13, 2013 2:07 PM
Subject: Re: SRCHFOR command
 

I suspect that someone has added SRCHFOR to a command table. If you prefix 
SRCHFOR with a greater-than-sign it tells ISPF not to process the command 
against a command table, but pass it through to the underlying application. If 
that works for you then you need to check the active command tables in option 
3.9.

On the right hand side on option 3.9 you will see the active command tables. 
Type each of these in turn into the Application ID field at top left and look 
if SRCHFOR is present.

Andrew Metcalfe

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of CM Poncelet
Sent: 13 July 2013 02:39
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: SRCHFOR command

Here it is again, hopefully formatted correctly this time <grin> ...

I suggest that you run your searches in batch (it's faster, allows you to 
search for multiple strings in multiple PDSes and also writes the 'hard-copy' 
output to a sequential dataset) - as follows:

//*-------------------------------------------------------------------*
//* 'SEARCH FOR' IN BATCH                                             *
//*-------------------------------------------------------------------*
//*                                                                  
//SEARCH  EXEC PGM=ISRSUPC,                                          
//             PARM=(SRCHCMP,'ANYC')                                
//NEWDD     DD DISP=SHR,DSN=<your PDS DSN>
//          DD DISP=SHR,DSN=<any more PDS DSNs to search>
//          DD <ditto, etc.>                            //             ...
//OUTDD     DD DISP=SHR,DSN=<whatever, with 
DCB=(RECFM=VBA,LRECL=125,BLKSIZE=27998 - or specify SYSOUT, if you 
prefer>          
//SYSIN     DD *                                                    
SRCHFOR  '<whatever string #1'> 
                                                  
SRCHFOR  '<whatever string #2'>                                      
...
SRCHFOR  '<whatever string #n'>
//*

Cheers, Chris Poncelet  



Roger Steyn wrote:

>Hello Lizette ,
>
> Thanks for quick response . I had already tried that , but it didn't show up 
> .(It says member not found ) . I suspect that something is missing from my 
> logon proc , but not able to locate what exactly it is . 
>
> 
>
>
>________________________________
> From: Lizette Koehler <stars...@mindspring.com>
>To: IBM-MAIN@LISTSERV.UA.EDU
>Sent: Saturday, July 13, 2013 4:53 AM
>Subject: Re: SRCHFOR command
> 
>
>Roger
>
>SRCHFOR, might be  a REXX/CLIST that does that or an ISPF Command table 
>entry.
>
>The easiest thing to do is use ISRDDN
>
>TSO ISRDDN on any command line
>
>Then issue
>
>M SRCHFOR
>
>See where it turns up
>
>Lizette
>
>
>-----Original Message-----
>From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
>On Behalf Of Roger Steyn
>Sent: Friday, July 12, 2013 3:10 PM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: SRCHFOR command
>
>Greetings  ,
>
>I know this is a silly question . Unfortunately I am not good at ISPF 
>and needs some help to fix a problem .
>
>I have a problem with SRCHFOR command in ISPF . Normally , when a 
>srchfor command is issued by passing a string in 3.4 , it returns a 
>response
>'String(s) found" or "not found " . But in my system , SRCHFOR command 
>directly takes me to 3.14 panel . what should i do to fix this ? I do 
>not want 3.14 panel to appear for every srchfor attempt . Please advise
>
>
>Thanks & regards,
>Roger
>
>----------------------------------------------------------------------
>For IBM-MAIN subscribe / signoff / archive access instructions, send 
>email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
>----------------------------------------------------------------------
>For IBM-MAIN subscribe / signoff / archive access instructions, send 
>email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
>
>  
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
This e-mail and any attachments are confidential and intended
solely for the addressee and may also be privileged or exempt from
disclosure under applicable law. If you are not the addressee, or
have received this e-mail in error, please notify the sender
immediately, delete it from your system and do not copy, disclose
or otherwise act upon any part of this e-mail or its attachments.

Internet communications are not guaranteed to be secure or
virus-free.
The Barclays Group does not accept responsibility for any loss
arising from unauthorised access to, or interference with, any
Internet communications by any third party, or from the
transmission of any viruses. Replies to this e-mail may be
monitored by the Barclays Group for operational or business
reasons.

Any opinion or other information in this e-mail or its attachments
that does not relate to the business of the Barclays Group is
personal to the sender and is not given or endorsed by the Barclays
Group.

Barclays Bank PLC. Registered in England and Wales (registered no.
1026167).
Registered Office: 1 Churchill Place, London, E14 5HP, United
Kingdom.

Barclays Bank PLC is authorised by the Prudential Regulation
Authority and regulated by the Financial Conduct Authority and the
Prudential Regulation Authority (Financial Services Register No.
122702).

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to