|
Hi Mike - >Create a command with one qualified parameter defined >as type *SNAME with a SNGVAL of *JOBD. Then use QCMDCHK >with the entered values on the screen which will return >an error message if an invalid name is entered. This way >you can still use standard DSPFs. The route I went in a similiar situation was to check in the program for special values. If it wasn't a special value, I ran CHKOBJ for the object type against the entered object name. Depending on the escape message issued, I could tell if the object name was invalid, or the name was valid but the object didn't exist, or the object existed but the user wasn't authorized to it. If no escape message was issued, then the name was valid, the object existed, and the user had authority to it. I put the CHKOBJ command and message retrieval in a CL program that could be easily called from an RPG program. If anyone cares, I just put the source up on my website. Go to http://www.ke9nr.org/as400/ and click on the link that says "Check an object". Ken Southern Wine and Spirits of Nevada, Inc. Opinions expressed are my own and do not necessarily represent the views of my employer or anyone in their right mind. +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-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.