Did you try it? And it doesn't work? |
Question (comp.lang.rexx, 28.5.2000) Using features explained in Zabrodsky's site, I built and ran a Rexx program on the AS/400 to make use of the EXECSQL with no luck! Please find below the program and the result I got on the screen. Any input and/or insight would be very much appreciated. I only noticed that the system did not have problem in handling the first EXECSQL statement for the SET command. | ||
| ||
|
Answer It may be a surprise but the program is all right. Of course, in the system there has to be the library SHUS1 and the table INPRCPF in the library SHUS1 and this table has to include the columns named ID and NAME, see the statement SQL = 'SELECT ID, NAME FROM SHUS1/INPRCPF' And vice versa, when the library or the table or the column doesn't exist we get the sequence of error messages as described above.
Thanks Simon Husin for the inspiration |
[How write and run Rexx program]
last modified 1st January 2001
Copyright © 1998-2001 Vladimir Zabrodsky
Czech Republic