HP-UX SNAplus2 CPI-C Programmer's Guide (June 2003)
Manuals
Brands
HP Manuals
Software
HP-UX SNAplus2 Software
321
322
323
324
325
326
327
328
329
330
Sample CPI-C T
ransaction Progr
ams
Pseudocode
Chapter 4
321
endif
if (conversing)
read file block
send data (file block)
endif
else if deallocate received
set conversing false
endif
end while conversing
close file
1
...
...
319
320
321
322
323
...
...
358