SiouxCityElvis
Programmer
I am running on AIX with RMCOBOL 85.
I went to the Liant website to get an example on how to use a name pipe. Eventually I will want to send data back and forth between my cobol programs and the Java programmer's programs.
But, I used an example from the Liant website to gain a grasp of how the name pipe works.
The first set of instructions were to:
/etc/mknod pipefile -p
but I always get a error message at my Unix prompt after attempting to create the pipefile that states:
Usage: mknod Name {b|c} Major Minor
mknod Name p
I did look up this on keyword search, but the existing thread does not answer my problem specifically.
Does anyone out there running on AIX get this problem as I do?
Thanks.
-David
I went to the Liant website to get an example on how to use a name pipe. Eventually I will want to send data back and forth between my cobol programs and the Java programmer's programs.
But, I used an example from the Liant website to gain a grasp of how the name pipe works.
The first set of instructions were to:
/etc/mknod pipefile -p
but I always get a error message at my Unix prompt after attempting to create the pipefile that states:
Usage: mknod Name {b|c} Major Minor
mknod Name p
I did look up this on keyword search, but the existing thread does not answer my problem specifically.
Does anyone out there running on AIX get this problem as I do?
Thanks.
-David