|
Get a new instructor. Any instructor showing you screens prior to showing you how to read a database in RPG is showing you the complicated stuff prior to the easy stuff. Unless, Allah forbid, you were off on medical leave and missed that part of the course. There are numerous ways to read data into your RPG program to display onto a screen you designed. You can access the data in the traditional way - reading the file with a combination of OPEN, SETLL, READ loop, and CLOSE. Since you create the file in this RPG program you will have to OPEN and CLOSE it yourself. For further information on this try: http://as400bks.rochester.ibm.com/cgi-bin/bookmgr/bookmgr.cmd/BOOKS/QB3AGY01/CCONTENTS http://as400bks.rochester.ibm.com/cgi-bin/bookmgr/bookmgr.cmd/BOOKS/QB3AGZ01/CCONTENTS Another method is to use SQL to read the file. By using a combination of: DECLARE CURSOR, OPEN CURSOR, FETCH loop, and CLOSE. For further information on this try: http://as400bks.rochester.ibm.com/cgi-bin/bookmgr/bookmgr.cmd/BOOKS/QB3AQ802/CCONTENTS http://as400bks.rochester.ibm.com/cgi-bin/bookmgr/bookmgr.cmd/BOOKS/QB3AQ902/CCONTENTS mohammadakhan@yahoo.com on 10/16/98 03:40:03 AM Please respond to MIDRANGE-L@midrange.com@Internet To: MIDRANGE-L@midrange.com@Internet, RPG400-L@midrange.com@Internet cc: Subject: qtemp my pgm generates a temporary output file in QTEMP once i execute the CALL 'QCMDEXC' command in my rpg pgm. i need to refer to this temp. output file so that i can display some of its info on a screen i've designed. any suggestions or links i can learn about this? sincerely, Mohammad _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +--- +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
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.