Extracting Data From Image Copy Of IMS Database



IBM's hierarchical database management system with a Database Manager (IMS DB) and a Transaction Manager(IMS DC)

Extracting Data From Image Copy Of IMS Database

Postby mspinozz@ffic.com » Wed Nov 21, 2007 2:54 am

I have a fairly old (30+ years) IMS database that I want to pull data out of. However, I cannot query the database directly because of concerns regarding system performance and the risk of impairing the database. I've heard that it is possible to extract data from an image copy of an IMS database. Is this true? If yes, do I need special software to accomplish this? Or can I simply query the image copy using Cobol code along with the logic/layout of the data tables?

Thank you very much for any assistance or guidance that you can provide!
Mark
mspinozz@ffic.com
 
Posts: 2
Joined: Wed Nov 21, 2007 2:33 am
Has thanked: 0 time
Been thanked: 0 time

Re: Extracting Data From Image Copy Of IMS Database

Postby mspinozz@ffic.com » Tue Nov 27, 2007 11:27 am

I learned that you cannot extract data directly from an image copy. You must first create a mirror database and then you can submit jobs against it.
mspinozz@ffic.com
 
Posts: 2
Joined: Wed Nov 21, 2007 2:33 am
Has thanked: 0 time
Been thanked: 0 time

Re: Extracting Data From Image Copy Of IMS Database

Postby pmartyn » Wed Apr 24, 2013 2:59 am

Listen to mspinozz above. By now I am assuming that you have already looked inside the image copy. You will notice that the data does not line up 'correctly' to be manipulated. Those funny characters you see in front of the segment name are actually pointers (TF, TB for example) used by IMS to control data retrieval. Depending upon how the databse was defined determines how many pointers are required so there is no consistency for you to retrieve data.
Good Luck
pmartyn
 
Posts: 42
Joined: Thu Feb 28, 2013 7:11 pm
Has thanked: 5 times
Been thanked: 3 times

Re: Extracting Data From Image Copy Of IMS Database

Postby enrico-sorichetti » Wed Apr 24, 2013 3:23 am

Listen to mspinozz above.

the TS was telling that he found out something himself, so You just invited him to listen to himself :geek:
also this topic is six years old, the TS has only two posts... usual considerations apply
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times


Return to IMS DB/DC

 


  • Related topics
    Replies
    Views
    Last post