Enform Plus Reference Manual
Enform Plus Syntax Summary
Enform Plus Reference Manual—422684-001
A-12
Enform Plus Procedures
Enform Plus Procedures
COBOL Procedures
ENTER ENFORMSTART USING ctlblock !INT:ref
 , compiled-physical-filename !INT:ref
 , buffer-length !INT:value
 , error-number !INT:ref
 [ , restart-flag ] !INT:value
 [ , param-list ] !INT:ref
 [ , assign-list ] !INT:ref
 [ , process-name ] !INT:ref
 [ , cpu ] !INT:value
 [ , priority ] !INT:value
 [ , timeout ] !INT32:value
 [ , reserved-for-expansion ] !INT:ref
ENTER ENFORMRECEIVE USING ctlblock, buffer [ GIVING count ]
 !INT:ref INT:ref INT:function!
ENTER ENFORMFINISH USING ( ctlblock ) !INT:ref
FORTRAN Functions
CALL ENFORMSTART (ctlblock !INT:ref
 ,compiled-physical-filename !INT:ref
 ,\buffer-length\ !INT:value
 ,error-number !INT:ref
 [, \restart-flag\] !INT:value
 [, param-list ] !INT:ref
 [, assign-list ] !INT:ref
 [, process-name ] !INT:ref
 [, \cpu\] !INT:value
 [, \priority\] !INT:value
 [, \timeout\] !INT32:value
 [, reserved-for-expansion ] !INT:ref
 ,\maskword !INT:value
count ENFORMRECEIVE ( ctlblock, buffer )
!INT:function INT:ref INT:ref !
CALL ENFORMFINISH ( ctlblock ) !INT:ref










