On Thu, 20 Feb 2020 13:43:29 -0600, John McKown wrote:
>    ...
>> RECEIVE can deal with an allocated UNIX file.
>> No need to "upload" if you fetch with "curl".
>
>Good point. I was going with the "old fashioned" way of bring up the
>CBTTAPE.ORG web site, finding the file I want, clicking on it to download
>it to my PC, then uploading it to z/OS. I have done the "curl" into a UNIX
>subdirectory. And then "jar xf" to unzip it. I didn't know that you could
>da a RECEIVE on a UNIX file if you allocated it to a DD statement. Thanks
>for the tip.
> 
It's slightly surprising that a facility as generally hostile as TSO has
a UNIX-savvy subcommand such as RECEIVE.  AMATERSE UNPACK
won't do that (but you can cheat it by prefixing an empty temp DSN.
Go figger.)

I wrote a Rexx {program|exec|script|clist} to do the whole schmear,
curl; jar; receive.  I thought the greatest irritant was the requirement
to queue a reply for receive -- that ought to be a parameter.

 -- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to