Need help on ISPF 3.14 Search-For Utility

TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...
mohbaig
Posts: 28
Joined: Sun Nov 10, 2013 10:55 pm
Skillset: COBOL JCL DB2 VSAM CICS
Referer: Google

Need help on ISPF 3.14 Search-For Utility

Postby mohbaig » Fri Nov 15, 2013 11:13 pm

Selected the options,

Search String . . YPXUTS1
Data Set Name . . . 'MATE04.JOBLIB'
Listing Data Set . . . 'MATE04.SRCHFOR.LIST'

On hitting enter , i can see the list of members in the dsn i provided and the instruction.
"Enter END command to process selections or CANCEL to leave the member list."

I entered END and hit enter, 'MATE04.SRCHFOR.LIST' is empty.

Please advice.

Robert Sample
Global moderator
Posts: 3720
Joined: Sat Dec 19, 2009 8:32 pm
Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
Referer: other forum
Location: Dubuque, Iowa, USA

Re: Need help on ISPF 3.14 Search-For Utility

Postby Robert Sample » Fri Nov 15, 2013 11:37 pm

You can use 'MATE04.JOBLIB(*)' to search all members, or place an s by the members you want tom search in the member list. Justn hitting END will cause the search to run against no members, hence the output in SRCHFOR.LIST will be nothing since you found no matches.

mohbaig
Posts: 28
Joined: Sun Nov 10, 2013 10:55 pm
Skillset: COBOL JCL DB2 VSAM CICS
Referer: Google

Re: Need help on ISPF 3.14 Search-For Utility

Postby mohbaig » Fri Nov 15, 2013 11:48 pm

Thanks :) Really Its a super utility.

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: Need help on ISPF 3.14 Search-For Utility

Postby dick scherrer » Sat Nov 16, 2013 12:56 am

Hello,

If the files to be searched are very large, suggest you run this in batch.

One reason is to take the load off of TSO.
If your organization is concerned about online cpu time this could be important.

Another is that you can write the output to a file for later use.

fwiw.
Hope this helps,
d.sch.


  • Similar Topics
    Replies
    Views
    Last post