× 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.



Have you checked your CURLIB? try changing it to TBLSLIB
On Monday, July 17, 2023 at 12:12:12 PM CDT, K Crawford <kscx3ksc@xxxxxxxxx> wrote:

I have a table in two libraries with the same name.

  PRODTBLS/OPENENRL
  TBLSLIB/OPENENRL
The one in TBLSLIB has two extra columns.

I have the program like this.

      // OutPutTable
      dcl-f OutPutT disk usage(*output)
                    extfile('TBLSLIB/OPENENRL')
                    extdesc('TBLSLIB/OPENENRL')
                    rename(OpenRLR:OutputR);
      // OutDS
      dcl-ds OutDS extname('TBLSLIB/OPENENRL') end-ds;

The program compiles fine,  I have TBLSLIB in my library list before
PRODTBLS for the compile.

When the program runs I get a level check on the table OPENENRL.  When
looking at the job it is using the table from PRODTBLS not TBLSLIB.  The
error would be correct, because it used the wrong table.  The library list
for this job has PRODTBLS but TBLSLIB is not in the list.  I have other
programs like this and they are using the TBLSLIB.
This table would have been opened in the calling program, but for the
PRODTBLS.

Why is the program using the wrong library/table?



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.