IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Screen out from a search dataset with 0% used


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
DonanferMaztho

New User


Joined: 06 Dec 2007
Posts: 9
Location: Brazil

PostPosted: Tue May 27, 2008 12:36 am
Reply with quote

Hi MF masters!!!

I'm doing a search with file manager batch mode, for datasets that starts, for example, with 'ABC.A'. But I want to enhance my search and screen out from the ones with 0% used. My question is, this is possible using file manager, or I'll have to use another program and which one? Or will have to do a REXX, CLIST programs??

Thanks in advance for any help!!!

Donanfer!

Follow one piece of JCL that I'm currently using.

//FILEMGR EXEC PGM=FMNMAIN
//SYSPRINT DD DSN=<FILE THAT RECEIVES THE SEARCH RESULTS>,
// SPACE=(TRK,(45,10),RLSE),
// DISP=(,CATLG,DELETE),UNIT=SYSDA,
// LRECL=140
//FMNTSPRT DD SYSOUT=*
//SYSTERM DD SYSOUT=*
//SYSIN DD *
$$FILEM FCH ,
$$FILEM MEMBER=*,
$$FILEM DSNIN=EPS.DBA.FIRE.CNTL1
F DSN=ABC.X <<-- STRING THAT I'M LOOKING FOR
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue May 27, 2008 12:42 am
Reply with quote

look at the ISMF dialogs
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Search two or more word with FILEAID Compuware & Other Tools 15
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
Search our Forums:

Back to Top