I installed CURL 7.52.1 on our mainframe z/OS 2.1 system and then tried to run a curl command for the first time using batch BPXBATCH. curl --verbose http://www.yahoo.com
It got a message in the STDERR DD but it looks like this. " % < ? / ?? ?_ > "
Thinking it may be ASCII coding instead of EBCDIC I tried using these environment parms which I saw in another post but it still gets the same RC and garbled info in STDERR.
export CEERUNOPTS="FILETAG(AUTOCVT,AUTOTAG) POSIX(ON)"
export BPXKAUTOCVT=ON
Any ideas on what’s wrong here?
Thanks.
