×
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.
On 2010/10/21 3:19 AM, David FOXWELL wrote:
I'm getting an SQL1001 from the precompiler with this code :
"external definition for myfile2 not found"
FMYFILE1 IF E K DISK RENAME(MYFORMAT:F1)
F EXTFILE('MYFILE')
EXTFILE isn't used at compile time even if it's a literal.
If you are on V6R1, you can use EXTDESC('MYFILE'), and then use
EXTFILE(*EXTDESC) to also set the runtime file.
FMYFILE1 IF E K DISK RENAME(MYFORMAT:F1)
F EXTDESC('MYFILE')
F EXTFILE(*EXTDESC)
Prior to V6R1, you will have to use an override at compile time.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.