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

How to Check if We are Using IMS/DB


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

New User


Joined: 10 Mar 2005
Posts: 16

PostPosted: Thu Mar 26, 2009 3:07 pm
Reply with quote

Hi,

We are currently providing support for a large legacy application developed mainly in COBOL, JCL and DB2. Recently, there is a move to migrate the IMS DBD/GSAM/PSB sources from IBM's Data Dictionary to Endevor. What IMS DBD/GSAM/PSB ? That is something that I have no idea. The only thing I know about IMS/DB is that it is a hierarchical database as opposed to DB2 which is relational.

We would like to determine what would be the impact of this change to our system. Off the top of my head, I know we don't use IMS/DB but that is something that I cannot tell for certain at this time since I remember discovering a module invoking a Assembler module several months back.

Any idea on how to check? Say, Endevor search? But what do I search for?

Pls advise.


Thanks,
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Mar 26, 2009 3:18 pm
Reply with quote

ask Your project leader
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Mar 26, 2009 4:11 pm
Reply with quote

Hi,

Suggest you go through this link: www.ibmmainframes.com/viewtopic.php?t=21045
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Mar 26, 2009 8:39 pm
Reply with quote

Hello,

Quote:
Recently, there is a move to migrate the IMS DBD/GSAM/PSB sources
is not consistent with
Quote:
I know we don't use IMS/DB but that is something that I cannot tell for certain
I suggest that if these ims components exist and are to be moved to Endevor, ims is being used. . . somewhere. . .
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Mar 26, 2009 8:57 pm
Reply with quote

but given the confusing way the question is posed anything we might suggest
is pure speculation...

Quote:
We are currently providing support for a large legacy application

but the environment knowledge is a bit scarce

Quote:
I remember discovering a module invoking a Assembler module several months back.

how does his relate to a DBMS???

where is the application documentation ??
Back to top
View user's profile Send private message
Agni

New User


Joined: 22 Nov 2007
Posts: 83
Location: Chennai

PostPosted: Fri Mar 27, 2009 10:38 am
Reply with quote

Hi,

I can say one thing. As far as i know, if IMS DB has been used in the COBOL programs, it can be found as follows:

Example:

Code:


PROCEDURE DIVISION.

ENTRY ‘DLITCBL’ USING DB-PCB-1, DB-PCB-2.

............
............

Call 'CBLTDLI' using WS-PARM-COUNT, <-------- OPTIONAL
                     WS-FUNCTION-CODE,
                     DB-PCB-MASK,
                     IO-AREA,
                     SSA-1, SSA-2, SSA-3,..

..............
..............



I don't know how to use search option in Endevor. You can use the word 'DLITCBL' or 'CBLTDLI' as key word for search.

Hope this bit helps.

Cheers
Agni.
Back to top
View user's profile Send private message
mikayag

New User


Joined: 10 Mar 2005
Posts: 16

PostPosted: Fri Mar 27, 2009 5:47 pm
Reply with quote

Thanks for that Agni. That was helpful. I can now rest and say that we are not using IMS :-)
Back to top
View user's profile Send private message
dominickim

New User


Joined: 28 Feb 2007
Posts: 65
Location: NS, CA

PostPosted: Thu Apr 09, 2009 4:00 am
Reply with quote

CBLADLI use for API interface
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 SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts How to check whether who renamed the ... JCL & VSAM 3
No new posts No ++JCLIN, APPLY CHECK job JCL & VSAM 1
No new posts EMPTY file check scenario JCL & VSAM 6
Search our Forums:

Back to Top