Questions tagged [ims-db]

IMS-DB is the database-component of IBM's Information Management System (IMS).

22 questions
0
votes
1 answer

Accessing IMS DB with SQL calls from IBM Data studio client

I am trying to set up SQL call to IMS DB using imsudb.jar in IBM Data studio client, but got stuck with below issues can some one help me out How can I get my IMS DB URL and port details without DBA contact? How do I export the DBD, PCB and create…
0
votes
0 answers

What to do if i have 806 CC using DSNMTV01

I try to read some data from IMS DB and write it into db2 table using DSNMTV01. But I have 806 CC ( REQUESTED MODULE DSNMTV01 NOT FOUND ). //USER19 JOB NOTIFY=&SYSUID,MSGCLASS=A,MSGLEVEL=(1,1),REGION=360M //DLIBATCH PROC MBR=TEMPNAME,PSB=,BUF=7, …
0
votes
0 answers

How to write jcl to make dbdgen

I write jcl 4 dbdgen: //C EXEC PGM=ASMA90,REGION=8M, // PARM=(OBJECT,NODECK,NODBCS,'SIZE(MAX,ABOVE)') //SYSIN DD DSN=USER19.DBDSRC(LIBDBD),DISP=SHR //SYSLIB DD…
0
votes
2 answers

Can somebody suggest good learning source of IMS?

I would like to learn working with IMS, can somebody suggest me a good source? I'm not sure if it matters to say that I have quite good exposure and experience with INSYNC DB2 and QMF. So anything that can depict and explain the advantages and…
Raja Reddy
  • 772
  • 8
  • 19
  • 37
0
votes
1 answer

How to find Metadata URL of IMS Database to connect from Java when I have host name, port and Datastore name?

Please someone who has idea on Metadata URL, tell me how can I find Metadata URL when I have host name, port and IMS Datastore? I got the below information regarding Metadata URL: The location of the database metadata representing the target IMS…
-1
votes
1 answer

How can Python connect to IMS database?

Need to perform data reconciliation between DB2 and IMS. Need help on connecting Python to IMS database. Can JDBC connection help?
-1
votes
1 answer

IMS init empty DB

i've got a problem, that i can't resolve. I want to try to work with IMS. so i make dbdlib, psblib, and now write jcl to init my db. 1://RELOAD EXEC PGM=DFSRRC00,PARM='ULU,DFSURGL0,LIBDBD,,,,,,,,,,,N' 2://STEPLIB DD…
1
2