On Mon, 13 Feb 2017 10:01:50 -0500, scott Ford wrote:
>
>I have the following:
>
>1.  Cobol STC
>2.  It calls an Assembler subroutine with does a RACF extract of the
>database for all
>     userids and then writes to an output file.
>3.  Is it possible to have the Assembler routine place the extracted data
>into a unix
>     pipe or a C type=memory file and then i can retrieve it ?
>
Have you sarted with?:
    z/OS 2.2.0
    z/OS UNIX System Services
    z/OS UNIX System Services Programming: Assembler Callable Services Reference
    Callable services descriptions
    pipe (BPX1PIP, BPX4PIP) - Create an unnamed pipe

Hmmm... Sequencing.  You need to create the pipe before COBOL
can open it.

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