× 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 have a nomain module with the following prototype:

D Vprm1 PR ExtProc('GetTBatchPats')
D LikeDS(TBatchPats)
D SiteID 3A Const
D Batch 5P 0 Const

I have the specified the EXPORT keyword on the P-spec. I compile using 
CRTRPGMOD, and when I DSPMOD, the export shows up as GetTBatchPats. I have 
added Vprm1 to a binding directory

I am trying to create a test program to test this module out. Inside the 
test program, I have also defined the prototype exactly as above, and I have 
specified the binding directory that VPRM1 is in. The program contains the 
statement:

GetPats=GetTBatchPats('MDA':1976);

When I try to CRTRPGMOD on the test program, I get a 7030 error, saying that 
GETTBAT... is not defined... What am I missing? 


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.