The C program
|
While the ABL program
|
Solicits a customer number from the user
Writes the customer number to the named pipe
|
Reads the named pipe, getting the customer number the user entered
Retrieves the row of the customer with the specified customer number
Displays the row of the customer table
|
The ABL Program
|
While the C program
|
Reads the entire customer table
Writes the name of each customer to the named pipe
|
Reads the named pipe into a buffer
Displays the number of bytes read and the contents of the buffer
|