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

Initalizing Data Base


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
d_ezhil

New User


Joined: 28 Apr 2005
Posts: 11
Location: chennai

PostPosted: Wed Jun 22, 2005 3:28 pm
Reply with quote

Hi,
Is it possible to initialize a IMS database from the cobol program,deleting all the previously existing records?. If yes, then how to do that?

Thanks,
Arasan
Back to top
View user's profile Send private message
Karthikt

New User


Joined: 15 Aug 2005
Posts: 51

PostPosted: Tue Aug 16, 2005 1:51 pm
Reply with quote

IMS database is simply a VSAM file. So if you delete and redefine using IDCAMS utility all you the existing data wll be loast and you can proceed to load the information afresh by INSERT calls.

If you want to initialize the records, then you have to have the following things in the loop

GHN with unqualified SSA and REPL call after initializing the fields of the I/O area untill the end of database (GB status code)
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts JCL EXEC PARM data in C Java & MQSeries 2
Search our Forums:

Back to Top