HP Data Entry and Forms Management System (VPLUS) Reference Manual (32209-90024)

Chapter 6 343
USING VPLUS INTRINSICS
INTRINSIC DESCRIPTIONS
Example
COBOL
CALL "VREADBATCH" USING COMAREA.
BASIC
175 CALL VREADBATCH(C(*))
FORTRAN
CALL VREADBATCH(COMAREA)
SPL/PASCAL
VREADBATCH (COMAREA);
The calls shown above read the batch record specified by
recnurm
update the
comarea
according to the batch record information stored with the data, and put the data in the
data buffer in memory.