× 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 am using the SQL procedure GENERATE_SQL in an RPG program to generate the
DDL source for existing DDS-defined tables. It works fine if I qualify the
object with a library name, but fails if I try to use *LIBL. So:

Works: call QSYS2.GENERATE_SQL( 'CUSTMAST', 'ARPROD', 'TABLE')
Doesn't work: call QSYS2.GENERATE_SQL( 'CUSTMAST', '*LIBL', 'TABLE')
Doesn't work: call QSYS2.GENERATE_SQL( 'CUSTMAST', *LIBL, 'TABLE')

Using '*LIBL' (with quotes) returns SQL0462 "NO OBJECTS FOUND". However,
"Select * from CUSTMAST" works fine in the same job.

We're on v7r1, recent PTFs and TRs. When I search for GENERATE_SQL in
KnowledgeCenter, there are results for this procedure in v7r2, but not
v7r1. The v7r2 GENERATE_SQL documentation shows that *LIBL is valid for
object_library.

https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_72/rzajq/rzajqprocgensql.htm

Am I missing something for this parameter? Is it a bug in v7r1, or a new
feature added in v7r2?

- Dan

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.