|
"RPG400-L" <rpg400-l-bounces@xxxxxxxxxxxx> wrote on 08/22/2016 10:34:06
AM:
"RPG400-L" <rpg400-l-bounces@xxxxxxxxxxxx> wrote on 08/19/2016 06:27:42
PM:
One possible downside to using SQL is that it doesn't support ...
complex qualified names. So temporary variables would occasionally
have to be set up ...
Yes, why doesn't the SQL precompiler support variable names
with more than one qualifier?
To give you an example, I have the following structures. The SQL
precompiler cannot resolve the TrgMgt_KeyData.Table.Name or
TrgMgt_KeyData.Table.Library variables and I have to use temporary
variables as substitutes.
dcl-ds TrgMgt_KeyData qualified;
Table likeds(TrgMgt_TableQual);
Process char(20);
Feature char(20);
Application char(30);
Company char(5);
end-ds;
dcl-ds TrgMgt_TableQual qualified template;
Name char(10);
Library char(10);
end-ds;
Sincerely,
Dave Clark
--
int.ext: 91078
direct: (937) 531-6378
home: (937) 751-3300
Winsupply Group Services
3110 Kettering Boulevard
Dayton, Ohio 45439 USA
(937) 294-5331
*********************************************************************************************
This email message and any attachments is for use only by the named
addressee(s) and may contain confidential, privileged and/or proprietary
information. If you have received this message in error, please
immediately notify the sender and delete and destroy the message and all
copies. All unauthorized direct or indirect use or disclosure of this
message is strictly prohibited. No right to confidentiality or privilege
is waived or lost by any error in transmission.
*********************************************************************************************
As an Amazon Associate we earn from qualifying purchases.
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.