![]() |
![]() |
|
|
![]() |
![]() |
SNA IMF Programmer's Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 4 Intrinsics Used with No-Wait I/O![]() IOWAIT |
|
For SNA IMF/V only. IOWAIT waits for the completion of a previous no-wait I/O request.
Use IOWAIT with no-wait MPE V I/O. IOWAIT suspends processing until an outstanding I/O request completes. IOWAIT is also an MPE V and MPE XL intrinsic. See the MPE V Intrinsics Reference Manual or the MPE XL Intrinsics Reference Manual for more information. If you open an SNA IMF/V device, specifying no-wait I/O in your call to the OPEN3270 intrinsic, you must follow every RECV3270 and TRAN3270 request with a call to either IODONTWAIT or IOWAIT, before you can call any other intrinsic. You can delay the call to IODONTWAIT or IOWAIT as long as necessary to allow effective I/O and processing overlap. The IOWAIT intrinsic acts the same as the IODONTWAIT intrinsic with one exception: if your program calls IOWAIT, and no I/O has completed, your program is suspended until some I/O completes; if your program calls IODONTWAIT, and no I/O has completed, control is returned to your program. You can call IOWAIT from programs written in SPL, COBOL II, Pascal, or FORTRAN. INTEGER PROCEDURE IOWAIT (FILENUM, TARGET, TCOUNT, CSTATION); INTEGER FILENUM,TCOUNT; LOGICAL CSTATION; LOGICAL ARRAY TARGET; OPTION VARIABLE; IOWAIT has a functional return, as shown below in the calling sequence. The IOWAIT intrinsic returns an integer that represents the terminalid for which the I/O completion occurred. If no completion occurred, zero is returned in FNUM.
|
![]() |
||
![]() |
![]() |
![]() |
|||||||||
|