It works!!! Thank you very much for your help!!!
I created a small shell script for the complation phase, which I called make-OS400.sh. Here it is: #!/bin/sh -x SCRIPTPATH=$(dirname "$0") cd $SCRIPTPATH cp $0 make.log makefile.sh > make.log 2>&1 #### Do you think it could be useful? Now I have some more questions about using curl on AS400 ;-) Do you have any examples, both in C and I RPG? Do you think it would be possible/useful to create a *PGM in addition to the *SRVPGM to call curl via command line/CL scripts? Thank you again. Franco ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
