× 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.



You can use the CEE4GETRC API to get the return code:

PGM

DCL VAR(&RC) TYPE(*INT) LEN(4) INIT(0)
DCL VAR(&FEEDBACK) TYPE(*CHAR) LEN(12)
DCL VAR(&MSG) TYPE(*CHAR) LEN(10)

CALL PGM(QP2SHELL) +
PARM('/QOpenSys/usr/bin/python3' '-c' +
'import sys; sys.exit(5)')

CALLPRC PRC(CEE4GETRC) PARM((&RC) (&FEEDBACK))
CHGVAR VAR(&MSG) VALUE('RC = ' *BCAT %CHAR(&RC))
SNDPGMMSG MSG(&MSG)

ENDPGM


> call kadler/python
RC = 5


http://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/apis/CEE4GETRC.htm

"OpenSource" <opensource-bounces@xxxxxxxxxxxx> wrote on 09/29/2016
10:47:35 AM:

From: Roger Harman <roger.harman@xxxxxxxxxxx>
To: "opensource@xxxxxxxxxxxx" <opensource@xxxxxxxxxxxx>
Date: 09/29/2016 10:50 AM
Subject: [IBMiOSS] Checking return status of Pyhon program
Sent by: "OpenSource" <opensource-bounces@xxxxxxxxxxxx>

I have a CL driver that calls a Python program to retrieve data via
a webservice.

CALL PGM(QP2SHELL) PARM('/QOpenSys/usr/bin/python3' '/
NYSLA/YMAR701.py')

I'm not seeing an obvious way to validate if the Python program ran
successfully. It has try/on exception blocks so it won't blow up.

For example, I made a slight change and had an indentation error.
Obvious Python failure but how can I inform the CL?

Doing a RCVMSG *LAST, I don't see any message "call QP2SHELL ......"
like I see with "call QSH ......".

I see some documentation that IBM recommends calling QSH and
invoking PASE thru that.

Suggestions? Does anyone have an example of using the QSH method
and error checking that they could share?

Thanks.

Roger Harman
COMMON Certified Application Developer - ILE RPG on IBM i on Power




--
This is the IBMi Open Source Roundtable (OpenSource) mailing list
To post a message email: OpenSource@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/opensource
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/opensource.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.