Hi, today I get the updated version of this REXX GIMAPI interface program. At the first look it seemed to run fine now, the subentry values are not only displayed for the first entry, it shows now all matching values.

But then I found another problem: when you start the sample REXX from the CBT file you might thought that the output came fron the trapped variables GIMOUT.I, but that's is not the case. The assembler program uses SYSPRINT as output, while OUTTRAP handles the PUTLINE macro. The manuals says:

OUTTRAP does trap output from the PUTLINE macro with DATA or INFOR keywords

So for the sample REXX in the CBT file, it doesn't make any difference, but for more enhanced applications, you need to let the program write the data to a temporary file and read this file in order to get the results into REXX variables. This seems to be fairly complicate. Is there another way to trap this SYSPRINT output ?


Kenneth E Tomiak schrieb:
I will send you an update and lengthy explanation of what I found today. You will be happy. The API works fine.

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

--

___________________________________________________________________



Freundliche Gruesse / Kind regards



Dipl.Math. Juergen Kehr, IT Schulung & Beratung, IT Education + Consulting

Tel.  +49-561-9528788  Fax   +49-561-9528789  Mobil +49-172-5129389

ICQ 292-318-696 (JKehr)



mailto:[EMAIL PROTECTED]

mailto:[EMAIL PROTECTED]

___________________________________________________________________

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