On Thu, 3 Feb 2022 17:37:11 +0000, Billy Ashton  wrote:
>
>I have a process that takes input from several standard MVS files, and 
>
Help the list to help you by describing your "process".  It might be as
simple as:
    //CAT  EXEC PGM=IEBGENER
    //SYSUT1  DD  DSN=first.data.set
    //        DD  DSN=second.data.set
    //  ...
    //SYSUT2  DD  PATH='unix.file',...

The "unix.file" might even be a named pipe to sftp or ssh lurking in background.

>creates a temporary file (sometimes small, sometimes ginormous). Our 
>
Temp files can cause problems because UNIX fork or BPXBATCH creates
a new child ASID lacking allocations of the formeer.

>shop is using SFTP to send files to another server, and I am not sure 
>how to code the "cp" command to put this temp file into an HFS directory 
>so I can send it. I can work with standard, catalogued files without a 
>problem, but was hoping i could use a temp file here.
>
>What do y'all think? Can I do a cp command with a temp file, or do I 
>need to have a catalogued file?

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