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

how to know the dbd for the particular element in psb?


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

Active User


Joined: 21 Mar 2008
Posts: 161
Location: bangalore

PostPosted: Mon Feb 02, 2009 12:53 pm
Reply with quote

hi all,

i have the PSB lib & i know the member(say A) is my PSB ...

Now i also have the DBD lib but i need to know the DBD for the above PSB(A) ...

Mine is a PLI program(BMP) ... how to know this & what are the considerations?

Thanks in advance.
Back to top
View user's profile Send private message
km_abdullah

New User


Joined: 03 Nov 2008
Posts: 60

PostPosted: Mon Feb 02, 2009 4:09 pm
Reply with quote

Hello,

You can find the 'DBDNAME' parameter in your PSB member which relates your PSB to DBD. Use this value and 'SRCHFOR' option inside the PDS lib and find it the DBD member.

Hope this helps.
Back to top
View user's profile Send private message
km_abdullah

New User


Joined: 03 Nov 2008
Posts: 60

PostPosted: Mon Feb 02, 2009 4:16 pm
Reply with quote

Hello,

In most cases, the DBDNAME parameter value of PSB would be same as the DBD member name.

Regards,
Md
Back to top
View user's profile Send private message
rakesha.hg

Active User


Joined: 21 Mar 2008
Posts: 161
Location: bangalore

PostPosted: Mon Feb 02, 2009 5:04 pm
Reply with quote

hi md,

thanks for the reply ...

Quote:
You can find the 'DBDNAME' parameter in your PSB member which relates your PSB to DBD. Use this value and 'SRCHFOR' option inside the PDS lib and find it the DBD member.

but in this i can see my PSB(some load module kinda thing) ... i didnt get what you actually mentioned here ... can you please elaborate?
fyi i've many names inside the PSB i'm looking ... how can i single out & make sure the ones i'm looking for?

Quote:
In most cases, the DBDNAME parameter value of PSB would be same as the DBD member name.

it is different in my case & i've checked it
Back to top
View user's profile Send private message
km_abdullah

New User


Joined: 03 Nov 2008
Posts: 60

PostPosted: Mon Feb 02, 2009 5:20 pm
Reply with quote

Hi Rakesh,

Ok. You have the loadlib not the PSB source code. Sorry for the confusion.
Yes in case of loadlib you cannot find the DBDNAME parameter in it. I checked at my system and found in several PSB loadlibs that the DBD of that PSB appears in the same line just before the position where compilation date & time is present.
For example -

Code:
Ø..&....HOSPLDBD........Ø...02/02/0912.38101.... (HOSPLDBD is DBD name of this PSB)


...DBDMEM ............Ø...12/04/0810.09101.... (DBDMEM is the DBD)

Ø..&....HOSPDBD ........Ø...12/02/0810.57101

Please let me know if you are able to find out with this info.
Back to top
View user's profile Send private message
rakesha.hg

Active User


Joined: 21 Mar 2008
Posts: 161
Location: bangalore

PostPosted: Tue Feb 03, 2009 10:42 am
Reply with quote

hi md,

got it ... thanks
Back to top
View user's profile Send private message
km_abdullah

New User


Joined: 03 Nov 2008
Posts: 60

PostPosted: Tue Feb 03, 2009 11:57 am
Reply with quote

Oh, glad to hear that. Even I got to know the solution only yesterday after seeing your query.. ;)

Good luck..
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 UUID4 - extracting time element COBOL Programming 1
No new posts Map a data element to SPACES if it is 0 COBOL Programming 2
No new posts Usage of processor directive and firs... PL/I & Assembler 4
No new posts XML Generate with Attribute & Ele... COBOL Programming 5
No new posts SE37 while adding element to endevor CA Products 5
Search our Forums:

Back to Top