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

Search & Search All


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
gauravd01

New User


Joined: 25 Aug 2008
Posts: 14
Location: india

PostPosted: Mon Sep 22, 2008 1:54 pm
Reply with quote

Hello All,

Could anyone please clear the doubt how to use search and Search all in different files like (Flat file/Index file/Sequential file/Relative files.)

Thanks,
GD
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Sep 22, 2008 2:09 pm
Reply with quote

Hi,

Would suggest You to start with COBOL Manuals. They are available in this very forum via a link at the top of every page.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon Sep 22, 2008 2:27 pm
Reply with quote

what doubts do you have with the SEARCH and SEARCH ALL commands/statements with reference to files?

If you would read the documentation, for which Anuj provided you a link,
you will see that the two instructions have nothing to do with files,
instead they are statements that are used with reference to COBOL internal tables.
Back to top
View user's profile Send private message
Escapa

Senior Member


Joined: 16 Feb 2007
Posts: 1399
Location: IL, USA

PostPosted: Mon Sep 22, 2008 2:57 pm
Reply with quote

search and search all are used on tables (Array) not files.

To search from files depending on file type (sequential or indexed) different methods are followed.
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 -> COBOL Programming

 


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 first column truncated in search result IBM Tools 13
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts To search DB2 table based on Conditio... DB2 1
Search our Forums:

Back to Top