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

Best way to Read Sequential file


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

New User


Joined: 21 Aug 2014
Posts: 8
Location: India

PostPosted: Fri Sep 19, 2014 2:00 pm
Reply with quote

Hello

I have more than 130 milion records in a sequential dataset Flat file
What is the best way to search for records in the FLat file?

Can i convert flat file into some indexed file to search records efficiently?
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Fri Sep 19, 2014 2:31 pm
Reply with quote

Two-file match. There's an example as a "sticky" on the first page of topics in this forum.

You may want to consider doing the match using PGM=SORT and JOINKEYS to extract the data you need to then process in your COBOL program.
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 FTP VB File from Mainframe retaining ... JCL & VSAM 4
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top