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 All times are GMT + 6 Hours
Forum Index -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Structured Data and Nested Loops via ... COBOL Programming 0
No new posts Alternate key data extracttion COBOL Programming 13
No new posts JCL/REXX to know GDG base name JCL & VSAM 6
No new posts COBOL sorting, with input GDG base COBOL Programming 7
No new posts db2 vs static data COBOL Programming 1
Search our Forums:


Back to Top