× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Seems like the SNDUSRMSG is confusing the issue. Take out the SNDUSRMSG
commands and replace it with SNDPGMMSG, something like:



SNDPGMMSG MSG('Program 1 ran succesfully') +

TOPGMQ(*EXT) MSGTYPE(*COMP)





Pieter





From: techie21 IT <techiei876@xxxxxxxxx>
Sent: Tuesday, 17 December 2019 1:38 PM
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>

Subject: Re: cl program to call two rpgle programs



Hi,

Thanks indeed program 1 had error that is why it was coming to error part
but problem with below program is that in good scenarios when both

of these programs don't have any error then for example when program 1 ran
successfully then it will show like below:-

'Program 1 ran successfully'

then at command prompt will ask like below

Type reply, press Enter.
Reply . . .


F3=Exit F12=Cancel






If i press enter then same happens with program 2 and once it also runs
successfully i get same screen like 'Program2 Ran successfully'

and then again it asks on command prompt to reply and when i press enter
then only after some time once this second program also runs without any
error then only

it comes to main screen from where i had called this program.







Thanks



PGM
MONMSG MSGID(CPF0000) EXEC(GOTO ERROR)
CALL PROGRAM 1
SNDUSRMSG MSG('Program1 Ran successfully')
CALL PROGRAM 2
SNDUSRMSG MSG('Program2 Ran successfully')
GOTO END
ERROR:
SNDPGMMSG MSGID(CPF9898) MSGF(QSYS/QCPFMSG) +
MSGDTA('Unexpected errors detected, see +
messages in job log') TOPGMQ(*PRV *) +
TOMSGQ(*TOPGMQ) MSGTYPE(*ESCAPE)
END: ENDPGM


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.