FIFO files

Use the mkfifo() C function to create a FIFO file (named pipe) in the z/OS® UNIX file system.

To create an unnamed pipe, use the pipe() C function.