× 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.



I've searched the IBM manuals and the archives to no avail. Here are the particulars...

We are at V7R1 and the user profiles, JOBD's, authority and library lists, etc. all appear to be correct...that is...the same.

Running this code imbedded in RPG:

.
.
.
parmcon = '1234567890';
parmaction = 'get';

exec sql set :parm_xml1 =
'< XMLGROUP>' ||
trim(xmlserialize(XMLConcat(
XMLelement(name "action",:parmaction),
XMLelement(name "contractNumber",:parmcon))
as CLOB(1m))) ||
'</ XMLGROUP>';
.
.
.

When I run it, I get the following results in parm_xml1:

<XMLGROUP><action>get</action><contractNumber>1234567890</contractNumber></XMLGROUP>

When another runs it, this is the result:

<XMLGROUP><action>h4Wj</action><contractNumber>8fLz9PX29/j58A==</contractNumber></XMLGROUP>

Note that the parameters that are in the XMLElement() function become...unusual. Any ideas?

Steve Needles
Northland Insurance - A [trav_CMYK_0_100_99_4] Company
Northland Architecture
385 Washington Street, SB03N
St. Paul, MN 55102
Tel: 651-310-4203
sneedles@xxxxxxxxxxxxx<mailto:sneedles@xxxxxxxxxxxxx>

________________________________
This communication, including attachments, is confidential, may be subject to legal privileges, and is intended for the sole use of the addressee. Any use, duplication, disclosure or dissemination of this communication, other than by the addressee, is prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy this communication and all copies.

TRVDiscDefault::1201

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.