OSI/MHS P7 Application Programmatic Interface (P7 API) Manual

OSI/MHS P7 Application Programmatic Interface (P7 API) Manual424825-001
D-1
D
Summary of P7 API Procedure Calls for
the TAL Language
This appendix provides a summary of the P7 API procedure calls for use in
TAL-language programs. For a description of each procedure and its arguments
(parameters), see Section 3, “Procedure Calls.” For information about interpreting TAL
language syntax, see Compaq’s Transaction Application Language (TAL) Reference
Manual.
status := LOS_CLOSE_ ( send-file-number ! I
, result-file-number ); ! I
status := LOS_DT_FINISH_RESULT_ ( result-file-number ! I
, buffer ! I,O
, buffer-len ! I,O
, max-buffer-len ! I
, data-type ! O
, more-data ); ! O
status := LOS_DT_FINISH_SEND_ ( send-file-number ! I
, buffer ); ! I
status := LOS_DT_SEND_ ( send-file-number ! I
, buffer ! I
, buffer-len ! I
, max-buffer-len ! I
, more-data ! I
, data-type ); ! I
status := LOS_INITIALIZE_ ();
status := LOS_OPEN_ ( MHS-mgr-name ! I
wait-flag ! I
buffer-1 ! I
buffer-2 ! I
send-file-number ! O
result-file-number ); ! O