The named pipes capability is one of the most powerful tools available in SAS underWindows for communicating with other applications. In this blog, we discuss Communicationusing named pipes among SAS sessions to achieve the distributed structure.
(1)One Server Connected to Several Clients
(2) Inthe first SAS session(Server), submit the following statements
(3) Inthe second and third SAS session, you can use SAS statements to exchange data between the two SAS sessions. For example, you can submit the following program from the client session(4)test begin
Hope further discuss distributed using name pipes