|
|
| Author |
Message |
Pankaj Gupta
New User
Joined: 07 May 2008 Posts: 23 Location: Bangalore
|
|
|
|
| Hello, I am IMS Cobol programmer. I am not understanding exactly CBLTDLI but why do I need using this? IMS database I am thinking is vsam files so can I be using cobol vsam file access instead? It is not working when I am trying. I thanking you all. |
|
| Back to top |
|
 |
References
|
Posted: Thu May 15, 2008 3:06 am Post subject: Re: Can I be accessing IMS database with VSAM commands? |
 |
|
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 7988 Location: 221 B Baker St
|
|
|
|
Hello Pankaj Gupta and welcome to the forums,
| Quote: |
| can I be using cobol vsam file access instead? It is not working when I am trying |
No, it is not supposed to work using vsam access from your program. While the data is stored in underlying vsam physical files, they are in a proprietary format and are managed by the IMS database engine.
Your code needs to interface with IMS which will in turn perform the physical i/o.
I suggest you talk with your IMS support people for a few examples of the kind of code you will use to access the IMS data. |
|
| Back to top |
|
 |
Bitneuker
IMS Moderator
Joined: 07 Nov 2005 Posts: 1143 Location: The Netherlands at Hole 19
|
|
|
|
| If you don't want to write a program you might use DLITEST. |
|
| Back to top |
|
 |
|
|