×
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.
Hi there,
I had to recompile a module from a service program and the compiler issued RNF0655:
"Item MSGID was defined with TEMPLATE and cannot be used in this context."
The code compiled before and would appreciate any idea why it's not compiling anymore
Was there a PTF in the latest CUME that changed the way referencing a field in a Template DS ?
Here's the code
// DDS Reference Fields Definitions (MSGID defined as a 7A)
DCL-DS SYDDSREF Ext Template END-DS;
...
// @MsgID is a parm that I compare with the length of the defined reference field MsgID
If %Len(@MsgID)>%Len(MsgID);
If I define SYDDSREF the old fashion way, it compiles fine.
And, again the definition with Template above was working before then did not for unknow reason
d SYDDSREF E DS Based(Null)
Thanks
[Fresche Solutions]
François Lavoie
IBMi System Administrator
+1 (514) 747-7007 ext.8611
Fresche Solutions
www.freschesolutions.com<
http://www.freschesolutions.com/>
Our brands: BCD<
https://www.bcdsoftware.com/> | Looksoftware<
http://www.looksoftware.com/> | Quadrant<
http://www.quadrantsoftware.com/>
[L]<
https://www.linkedin.com/company/fresche-solutions>[T]<
https://twitter.com/freschesolution>[F]<
https://www.facebook.com/FrescheSolutions/>[V]<
https://vimeo.com/freschesolutions/videos/>[Y]<
https://www.youtube.com/c/FrescheSolutions>
[I.T. can make you smile! :)]
Confidentiality Warning/Avertissement de confidentialité:
This message is intended only for the named recipients. This message may contain information that is privileged or confidential. If you are not the named recipient, its employee or its agent, please notify us immediately and permanently destroy this message and any copies you may have. Ce message est destiné uniquement aux destinataires dûment nommés. Il peut contenir de l'information privilégiée ou confidentielle. Si vous n'êtes pas le destinataire dûment nommé, son employé ou son mandataire, veuillez nous aviser sans tarder et supprimer ce message ainsi que toute copie qui peut en avoir été faite.
As an Amazon Associate we earn from qualifying purchases.