Hi
I am trying to help a REXX programmer with a CALL to an 
Assembler 
routine.

I can LINK to an assembler routine successfully, but I 
cannot make 
successive calls. The Address LINKMVS feature (as its name 
suggests) 
loads in a fresh version of the module on each invocation 
thereby clearing any
values saved from previous CALLs.

The module to be called is an interface supplied to OPEN 
READ and 
CLOSE a bespoke database. Because of the technique I am 
using the first 
call opens OK, but the second call to read a record fails 
because the 
database is not open (or so it thinks because the re-loaded 
module has lost its
"open" indicator).

Any ideas please.
Mike
--
Mike Munro MBCS,CITP_    [EMAIL PROTECTED]
Ornum Software Ltd (S)   Tel/Fax:+44(0)7041 363 070
                    ~    Mobile: +44(0)777 160 1496

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to