Re: Problem in IMS-DC

2005-12-07 Thread Avram Friedman
Kumar This is a diffrent problem ... First an additional comment about the original discussion based on the many replys I say (I use the digest for this news group) IMS just like many other packages has several ways to specify a value. For MVS DCB can come from many sources like DSCB Program and

Problem regarding IMS-DC

2005-12-06 Thread Bill Klein
, I am having a problem in my IMS-DC code. I want to know what's the difference between the below two statements CALL 'CBLTDLI' USING IMS-INSERT IOPCB MOD-AREA MODNAME

Re: Problem regarding IMS-DC

2005-12-06 Thread Mike Bell
Kumar [EMAIL PROTECTED] wrote: Hi all, I am having a problem in my IMS-DC code. I want to know what's the difference between the below two statements CALL 'CBLTDLI' USING IMS-INSERT IOPCB MOD-AREA

Problem in IMS-DC

2005-12-06 Thread sudhanshu Kumar
Hi all, I have created an online IMS-DC program that uses only one screen(mfs)both for taking input and displaying the output.The data is fed into the screen first and once enter key is pressed,we get the output ,which contains output message. The problem is if user does not feed any value and

Re: Problem in IMS-DC

2005-12-06 Thread Rich Tabor
It sounds like your transaction may be defined as NONRESPONSE instead of RESPONSE. You probably can get more help on the IMS discussion group which can be joined at PO.MISSOURI.EDU (IMS-L). On 12/6/05, sudhanshu Kumar [EMAIL PROTECTED] wrote: Hi all, I have created an online IMS-DC program

Problem regarding IMS-DC

2005-12-05 Thread sudhanshu Kumar
Hi all, I am having a problem in my IMS-DC code. I want to know what's the difference between the below two statements CALL 'CBLTDLI' USING IMS-INSERT IOPCB MOD-AREA MODNAME. (MODNAME

Re: Problem regarding IMS-DC

2005-12-05 Thread Fenner, Jim
Of sudhanshu Kumar Sent: 6 Dec 2005 18:01 To: IBM-MAIN@BAMA.UA.EDU Subject: Problem regarding IMS-DC Hi all, I am having a problem in my IMS-DC code. I want to know what's the difference between the below two statements CALL 'CBLTDLI' USING IMS-INSERT IOPCB

Re: Problem regarding IMS-DC

2005-12-05 Thread Rich Tabor
The second ISRT call without the modname means that the modname IMS will use may be the previously specified modname on the previous ISRT call. On 12/6/05, sudhanshu Kumar [EMAIL PROTECTED] wrote: Hi all, I am having a problem in my IMS-DC code. I want to know what's the difference between