× 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 have a procedure that returns a character value.
I attempt to use %trimr() on the returned value.
The compiler says: RNF7421 Operands are not compatible with the type of operator.

The compiler shows the error is on the %trimr(getProjTypeName(glb_projType))

Code:

workBookName = 'FinancialProjections_' +
%trim(glb_tradename) + '_' +
%editc(nMarketingPeriod : 'X') + '_' +
+ %trimr(getProjTypeName(glb_projType)) +
'_' + %char(%timestamp()) + '.xls';

dcl-proc getProjTypeName;
dcl-pi getProjTypeName char(12) ;
in_projectionType like(glb_projtype);
end-pi;

if in_projectionType = aProjtype_WEB;
return 'WEB_ONLY';
else;
return 'Non_Web';
endif;
end-proc getProjTypeName;

We are at V7R3.

I am feeling a bit dull right now.

Paul

+++++ This email and related attachments may contain confidential information intended exclusively for the addressee. Unauthorized use, disclosure or distribution of this material is prohibited. If you received this message in error, please advise the sender and delete all copies of it. Content is provided by the individual sender and does not necessarily reflect the views of the Company. Though sender believes this transmission to be virus-free, it is the recipient's responsibility to ensure that it is.


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.