VTURNOFF [ HP Data Entry and Forms Management System (VPLUS/V) ] MPE/iX 5.0 Documentation
HP Data Entry and Forms Management System (VPLUS/V)
VTURNOFF
NOTE VTURNOFF does not close the terminal file. To close the field and
completely reset the driver and the terminal, VCLOSETERM must be
used.
Example
The following examples illustrate a call to VTURNOFF:
COBOL
CALL "VTURNOFF" USING COMAREA.
BASIC
200 CALL VTURNOFF (C(*))
FORTRAN
CALL VTURNOFF (COMAREA)
SPL
VTURNOFF (COMAREA);
PASCAL
VTURNOFF (COMAREA);
MPE/iX 5.0 Documentation