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

Can i access KSDS file with ZERO Records in it?


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
webxpertin
Warnings : 1

New User


Joined: 05 Apr 2005
Posts: 9
Location: india

PostPosted: Wed Jun 22, 2005 4:46 pm
Reply with quote

I have a doubt as the question is being asked in a interview, i.e. I have a KSDS file with zero records or NULL records in it. In this case, if i write a COBOL program to open the KSDS file and try to fetch the data from the file, Will it ABEND or will it execute SUCCESSFULLY. And also if i just want to open the file and also try to insert some record in it what would happen ?
Please help me in this regard.

Thanks
Sandeep
Back to top
View user's profile Send private message
machswap

New User


Joined: 19 Apr 2005
Posts: 14

PostPosted: Wed Jun 22, 2005 5:45 pm
Reply with quote

Hi,


The program will not abend if you are only trying to acces the vsam file.
but it will a vsam file status of 35 for vsam file bieng empty and hence 47 for unsuccessful opening.

I just tried this by only 1 file in my program which is a vsam file and tried to read it.( also displayed vsam file status i have kept the vsam file as empty).

The jcl ran successfully but displayed vsam file status as 35 for open and 47 after reading it.

****************
STATUS:35
STATUS:47
****************

Bye,
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
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