× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On 26-Jul-2010 08:35, Christen, Duane wrote:

Pre 6.1 you would use this sql after the insert:
Exec SQL
values IDENTITY_VAL_LOCAL() into :EVTRANDID;

With 6.1 you can use:
Exec Sql
Select messageId
Into :logId
From Final Table (
Insert-Statement);

We had a problem with this. Our CMS system (Turnover) does a
save/restore on the program to move it to production. During the
restore to production something is lost, and the code then fails.
As far as I know this has not been fixed.


What is the APAR that was opened after reporting that issue? That could be beneficial to others who might be interested, to obtain a PTF when one becomes available.

Regards, Chuck

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.