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

How to read KSDS file from bottom


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
yasho_bala

New User


Joined: 26 Jul 2012
Posts: 4
Location: india

PostPosted: Thu Jul 26, 2012 12:57 pm
Reply with quote

How to read KSDS file from bottom,
i dunno key also, in that case how it is possible
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Thu Jul 26, 2012 1:08 pm
Reply with quote

Mainframe Skills: jcl,cobol,vsam ?????????????????
Back to top
View user's profile Send private message
yasho_bala

New User


Joined: 26 Jul 2012
Posts: 4
Location: india

PostPosted: Thu Jul 26, 2012 1:09 pm
Reply with quote

im jus learner...
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Thu Jul 26, 2012 1:34 pm
Reply with quote

This site is for starters :

ibmmainframeforum.com/
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Thu Jul 26, 2012 2:37 pm
Reply with quote

Terminology is critical in IT, where similar terms may mean very different things. A file does not have a "bottom", much less a "top". Assuming you meant that you need to read the file from the last record forward, there are two possible answers: if you are using CICS, you can -- possibly (if the file has a HIGH-VALUES key ending record) -- set the key to HIGH-VALUES, do EXEC CICS START, then do EXEC CICS READPREV twice to get the last record and repeat the EXEC CICS READPREV as needed; if you are using batch, then the answer is that it is not possible to read a VSAM file backwards in batch, period. CICS and batch use different methods to access the data, so batch does not support reading the file backwards.

If you don't know the key starting position and length, you will need to use IBM utility IDCAMS to generate a LISTCAT ENT(<filename>) ALL in order to get this required information.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


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

PostPosted: Thu Jul 26, 2012 2:49 pm
Reply with quote

May be somewhat brutal method but with the kind of info we've in hand -- use some intermediate step(s) to copy the file in "reverse order" and work with this intermediate file.

Or load the data into a COBOL table, then process the data out from the table in reverse order. Well, this a concept - can this be implemented, well, it depends.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


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

PostPosted: Thu Jul 26, 2012 2:53 pm
Reply with quote

On a second thought, is it an interview question?
Back to top
View user's profile Send private message
yasho_bala

New User


Joined: 26 Jul 2012
Posts: 4
Location: india

PostPosted: Thu Jul 26, 2012 5:40 pm
Reply with quote

yes, it is an interview question
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Jul 26, 2012 6:04 pm
Reply with quote

moved as per previous post icon_cool.gif
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


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

PostPosted: Thu Jul 26, 2012 6:13 pm
Reply with quote

yasho_bala wrote:
yes, it is an interview question
There is a separate section for "Interview Questions" - if you've an interview question, please post it in that section going forward. It helps others to answer your question in a legitimate way. For example, some interview questions are just conceptual and those concepts might not be applied in practical scenarios. Having said that, I believe you've enough answers for your question. If you've more obsevations, post us back.

Please notice your question has been moved to "Interview Questions" part of the Forum.
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Binary File format getting change whi... All Other Mainframe Topics 5
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
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
Search our Forums:

Back to Top