Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > LINK

 

 

Purpose

LINK calls an external procedural language routine from within PROIV.  Control is passed to the procedural language routine and when it completes processing control automatically returns to the PROIV logic statement immediately following the LINK statement. 
 

Syntax

LINK(name,param1)
 

Operation

name is the subroutine name
param1...
is the p
arameter (or parameters) to be passed to the subroutine
variable
is the return code
 

Remarks

If a subroutine is called from a Unix, the subroutine indicated by LINK must be physically linked to the kernel at build time.  If the command is issued from a Windows kernel, the subroutine must be in a DLL that is called by the kernel process.  Therefore, the subroutine must be the correct format and must be locatable by the kernel.

See also LINK-CRT.and LINK_CLIENT_VAR.
 

Comment on this topic

Topic ID: 520078

Table of Contents

Index

Glossary

-Search-

Back