×
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.
-----Message d'origine-----
Pointer not set for location referenced.
Seems much more efficient in English!
How is the address assigned to the pointer?
D wInfAdh DS LIKEDS ( AnotherDS )
D BASED ( wPtr_In )
D wPtr_InfAdh S *
wPtr_In = %ADDR ( wInfAdh );
IF NOT ExcRouter (
'My program to call' :
AnErrMg :
wPtr_in :
wPtr_out
);
RETURN *OFF;
ENDIF;
This seems to be the same way I used to test programme B directly, where I had no problems.
As an Amazon Associate we earn from qualifying purchases.