next up previous contents
Next: Approved Extensions for HPF Extrinsics Up: Approved Extension for Asynchronous Previous: Approved Extension for Asynchronous

The WAIT Statement


H1001 wait-stmt is WAIT ( wait-spec-list )
H1002 wait-spe is UNIT = io-unit
or ID = scalar-default-int-expr
or ERR = label
or IOSTAT = label

The WAIT statement terminates an asynchronous data transfer. The IOSTAT= and ERR= specifiers are optional and are described in sections 9.4.1.4 and 9.4.1.5, respectively.