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

KSDS FILE IN COBOL CODE


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

New User


Joined: 21 May 2005
Posts: 3

PostPosted: Wed Jun 29, 2005 4:33 pm
Reply with quote

Dear friends...
I have two questions, if you know the answer please reply

1.I have a KSDS file which is processing in my cobol program. Assume that the KSDS file contains 1000 records and currently 500 th record is processing. Now instead of processing the further records, i want to process the first record. How can i go to first record with out using the START Command and without closing the file .

2. How buffer are allocated to VSAM files?
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Tue Jul 05, 2005 9:57 am
Reply with quote

1) If you defined the file access as DIRECT or DYNAMIC save the key of the 1st rec then do a direct read whenever the urge hits you.

If you defined the file access as SEQUENTAIL you're screwed.

2) Can you be more specific? Use examples, etc.?
Back to top
View user's profile Send private message
die7nadal

Active User


Joined: 23 Mar 2005
Posts: 156

PostPosted: Tue Jul 05, 2005 9:52 pm
Reply with quote

Quote:
2. How buffer are allocated to VSAM files?


Kandasamy,
Through the JCL DCB parms like BUFNO, BUFIN, BUFOUT for VSAM files.

Shouldn't this topic be in VSAM & DFSORT as originally posted. Is there any particular reason behind the move. Just curious...
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 FTP VB File from Mainframe retaining ... JCL & VSAM 3
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top