|
I am new to CURL.
one calls curl from RPGLE or CLLE.
Generically and personally (CURL beside) to invoke a PASE binary without
external dependencies (living off the land...) I just use STRQSH to the
binary or a shell .sh script that wraps the binary.
like i,e, STRQSH CMD('/QOpenSys/pkgs/bin/php
/scripts/sftpupload_ifsdir.php')
I tend to avoid to string concatenations and stuff in CL, a lot of time is
lost debugging this kind of things that should be trivial and simple, so
to pass parameters down from ILE to the PASE I usually use environmental
variables (benefits of having basically a named dictionary, each variable a
name) and any unix language can then access them.
This I found is pretty robust in time.
To get the a value back from the called PASE in ILE, to work out an
internal protocol, the only approach I've found is use the return value of
the PASE monitoring for escape messages setting QIBM_QSH_CMD_ESCAPE_MSG
--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.