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

Can we do a START on empty VSAM?


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

New User


Joined: 13 Jul 2010
Posts: 6
Location: Mexico City

PostPosted: Fri Oct 15, 2010 2:42 am
Reply with quote

Hi,

Can we do a START <filename> KEY IS GREATER THAN <file key> on an empty VSAM file?

Thanks.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Fri Oct 15, 2010 3:10 am
Reply with quote

That depends upon what you are calling "an empty VSAM file". If, by "empty", you mean a VSAM file that had at least one record but there are no records in the file presently -- yes, you can do a START on this file. If, by "empty", you mean a VSAM file that has never had any records in it -- no, you cannot do a START on this file. If by "VSAM file" you are referring to an ESDS file, then the answer is no you cannot do a START on it -- ever.

Terminology is critical in IT, where similar terms can mean very different things. You need to consider your terminology before posting a question since, as in this case, the answer often depends upon your precise meaning.
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 Access to non cataloged VSAM file JCL & VSAM 18
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
No new posts CVDA value for RRDS VSAM dataset. CICS 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
No new posts Open VSAM File in IMS DC Region - DFS... IMS DB/DC 0
Search our Forums:

Back to Top