|
Hey all, My bag of tricks (code samples) is unavailable right now, and I'm trying to do a "roll your own" CLP error message with response. I know there is something I'm missing, but I can't remember how to do it right. in the example below, if I remove MSGTYPE() and KEYVAR() it displays the message on the message line after CL program has ended. I want it to break and allow entry of response. something like this: SNDPGMMSG MSG('Errors found - Cancel or Ignore. (C/I)') + MSGTYPE(*RQS) KEYVAR(&RQS) IF (&RQS *EQ 'C') THEN(GOTO EXITPGM) Thanks!!! Rick
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.