![]() |
![]() |
|
|
![]() |
![]() |
SNA IMF Programmer's Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 4 Intrinsics Used with No-Wait I/O![]() IODONTWAIT3270 |
|
For SNA IMF/XL only. IODONTWAIT3270 provides the status of a previous I/O operation.
Use IODONTWAIT3270 with no-wait MPE XL I/O. IODONTWAIT3270 either tells your program that a previous I/O operation has completed, or it returns before completion. IODONTWAIT3270 calls IODONTWAIT, which is 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/XL 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 IODONTWAIT3270 or IOWAIT3270, before you can call any other intrinsic. You can delay the call to IODONTWAIT3270 or IOWAIT3270 as long as necessary to allow effective I/O and processing overlap. The IODONTWAIT3270 intrinsic acts the same as IOWAIT3270 with one exception: if your program calls IODONTWAIT3270, and no I/O has completed, control is returned to your program. (Condition code CCE is returned, and a zero is returned in the cstation parameter.) If your program calls IOWAIT3270, and no I/O has completed, your program is suspended until some I/O completes. You can call IODONTWAIT3270 from programs written in SPL, COBOL II, Pascal, C, and FORTRAN. INTEGER PROCEDURE IODONTWAIT3270 (FILENUM, TARGET, TCOUNT, CSTATION); INTEGER FILENUM,TCOUNT; LOGICAL CSTATION; LOGICAL ARRAY TARGET; OPTION VARIABLE; IODONTWAIT3270 has a functional return, as shown below in the calling sequence. FNUM returns an integer that represents the terminalid for which the I/O operation completed. If no I/O completed, zero is returned in FNUM.
|
![]() |
||
![]() |
![]() |
![]() |
|||||||||
|