HP32209 [ HP Data Entry and Forms Management System (VPLUS/V) ] MPE/iX 5.0 Documentation
HP Data Entry and Forms Management System (VPLUS/V)
HP32209
Returns the version identifier for the installed version of the VPLUS/V
intrinsics.
Syntax
HP32209 {buffer}
Parameters
buffer Fourteen-byte character string defined in an application
to which the version identifier is returned.
Discussion
The version identifier is in the format HP32209v.uu.ff where v denotes
the major enhancement level, uu the update level, and ff the fix level.
Example
COBOL
CALL HP32209 USING BUFFER
BASIC
200 CALL HP32209(B$)
FORTRAN
CALL HP32209 (BUFFER)
SPL/PASCAL
HP32209(BUFFER)
MPE/iX 5.0 Documentation