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

What is HALDB? & RESLIB and What is RECON


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

New User


Joined: 01 Feb 2006
Posts: 15

PostPosted: Tue Mar 13, 2007 11:06 am
Reply with quote

I'm an IMS application programmer. I got the following mail from DBA. Can somebody help me understanding this?

"IMT3(ims region)-GNCDUPDB(database) is now a HALDB. Please remember to use the right RESLIB. For example, if you are running on IMT3, please make sure you are using TIMS.IMT3.RESLIB. HALDB database does not use dynamic alloction library. HALDB uses information in RECON and dynamic allocates HALDB datasets"

I'm trying to understand the following. Could you please help?
- What is HALDB?
- What is RESLIB?
- What is dynamic alloaction?
- What is RECON?
Back to top
View user's profile Send private message
IQofaGerbil

Active User


Joined: 05 May 2006
Posts: 183
Location: Scotland

PostPosted: Tue Mar 13, 2007 5:10 pm
Reply with quote

High Availability Large Database (HALDB) capability available with IMS. IMS HALDB was introduced with IMS Version 7. It allows IMS databases to grow to almost unlimited sizes while providing increased availability


RECON ,
VSAM files that hold information for DBRC
DBRC becomes mandatory for HALDB databases which also enforces the use of log datasets for update steps. DBRC uses a set of 3 Recon datasets to hold information about databases and their states. The dataset names of the databases are held in these Recon datasets and are used to dynamically allocate them when required so there is no need to code them explicitly in the JCL.


Dynamic allocation - system will allocate the dataset names for your databases without you having to code the DDnames in your JCL

RESLIB - for non-HALDB this is where the relationship between database name and related dataset name is held
Back to top
View user's profile Send private message
plachira

New User


Joined: 13 Mar 2007
Posts: 1
Location: Kerala

PostPosted: Mon May 21, 2007 9:44 pm
Reply with quote

Hi IQofaGerbil,

Thank you for your explaination about HALDB. I have some queries.

How to code JCL for HALDB?
Should we need to specify RECON in our JCL for accessing this DB?

Thanks,
Plachira
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 AUTHORIZED database error in HALDB IMS DB/DC 2
This topic is locked: you cannot edit posts or make replies. Unavailable RECON datasets while exec... JCL & VSAM 10
No new posts HALDB data refresh/copy from producti... IMS DB/DC 1
No new posts Cleaning up recon datasets IMS DB/DC 0
No new posts DSP0043I DATA BASE ALREADY REGISTERED... IMS DB/DC 1
Search our Forums:

Back to Top