×
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.
Got latest version of Run Sql Scripts and noticed a new (to me) Global Variables
Tab at the bottom, to the right of the familiar Messages.
I created a variable:
CREATE OR REPLACE @LIB1 VARCHAR(10);
SET @VAR1 = 'MYLIB1'
Variable shows in the Global Variables Tab as:
QGPL/@LIB1 'MYLIB1'
I then try a query:
select * from @LIB1/MYFILE;
QGPL is in the list of schemas in Sys i Nav
and in the lib list of the job supporting my
Run Sql Scripts session, yet I've not been
able to run the query ?
Message SQL0204 shows the variable
name used as the file name and the
file name used as the member name.
The jog log for my session shows:
MYFILE in @LIB1 type *FILE not found.
Similar results when using Naming convention *SQL
?
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.