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

Extracting the last record from a sequential file


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

New User


Joined: 23 Jan 2007
Posts: 12
Location: India

PostPosted: Wed Jan 30, 2008 3:22 pm
Reply with quote

Hi All,

I need to extract the last record from a sequential file which contains some million records. I tried doing it using ICETOOL by skipping (count-1) records and it is working. I also tried TRAILER1 in DFSORT and it gave me the desired output.

But these methods scan all the million records to get the count of number of records and then extract the last record. What I want is a method by which we can extract the last record without scanning through the entire file? Please note that this is a Physical Sequential file.

Any ideas are welcome. Please get back to me in case of any queries.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Jan 30, 2008 4:37 pm
Reply with quote

Unless you read the file, how else will you know when you have reached the last record ?
Back to top
View user's profile Send private message
Ajay Baghel

Active User


Joined: 25 Apr 2007
Posts: 206
Location: Bangalore

PostPosted: Wed Jan 30, 2008 4:43 pm
Reply with quote

Hi Sharath,

You can use Fileaid to read the file backwards. While copying, select option 1 (selection criteria). Here you can mention that you want to do backward processing. Also you can mention how many records you want to select(in your case 1) and you many records need to be searched.

Hope it clears.

-Ajay
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 FTP VB File from Mainframe retaining ... JCL & VSAM 8
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 Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top