On Sat, 2 Dec 2017 15:57:38 -0500, scott Ford <[email protected]> wrote:

>Gil,
>
>Can you pass a type= memory file? I think it it has persistence..
>I have tried it in C ...and know you can create it..
>

From 
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.cbcux01/filetype.htm
<quote>
Memory files
    Memory files are temporary files that reside in memory. For improved 
performance, you can direct input and output to memory files rather than to 
devices. Since memory files reside in main storage and only exist while the 
program is executing, you primarily use them as work files. You can access 
memory files across load modules through calls to non-POSIX system() and C 
fetch(); they exist for the life of the root program.
</quote>

Sounds like it would not work.

-- 
Walt

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to