On Mon, 18 Oct 2021 15:17:22 -0400, Billy Ashton wrote:

>Hi again...is there a way to run a single BPXBATCH JCL member that
>copies some instream data into temp files and then run a command that
>uses those files?
> 
What are your requirements in detail?  Where do your data originate?

Are you allowed to use a few additional job steps, such as IEBGENER?

Would a shell archive be useful to you?:  <https://en.wikipedia.org/wiki/Shar>

Can you use BPXWUNIX instead of BPXBATCH?  You'd need a driving EXEC,
but the function is greater.

I'm thinking of "pax -w directory | uuencode -m" and supplying its output to 
BPXWUNIX.

>For example, I tried this, but got no output:
>//SFTP      EXEC PGM=BPXBATCH
    ...
>//STDPARM   DD *,SYMBOLS=(JCLONLY)
>   ...
lines in STDPARM are concatenated into a single record; little use to you.

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