Re: fork on MVS and MVS-Datasets

2006-04-05 Thread Walt Farrell
On 4/5/2006 12:13 PM, JB wrote: I think, i have found an answer. I use pipe() and all the other terrible things like dynalloc() I handle in the child. After this I read the pipe in the parent. I don't use the UNIX SYSTEM SERVICE. Yes, you do. You're using fork(), and pipe(), and those are UNI

Re: fork on MVS and MVS-Datasets

2006-04-05 Thread Walt Farrell
On 4/5/2006 8:38 AM, JB wrote: I wrote a C-Program on MVS / OS/390 (a Batch Program that runs as a Job under TSO). I will create a new process and I will use MVS-Datasets, which I have allocated in the parent process. It seems, this is a problem under MVS. Datasets doesn't inherited from the chi