PROTO Procedure

Syntax

PROC PROTO PACKAGE=entry <options>;
MAPMISS type1=value1 type2=value2 ...;
LINK load-module <NOUNLOAD>;
function–prototype–1;
. . .
<function-prototype-n>;

Table of Procedure Tasks

Statement Task Example
PROC PROTO Statement Register, in batch mode, external functions that are written in the C or C++ programming languages Ex. 1
LINK Statement Specify the name, path, and load module that contains your functions  
MAPMISS Statement Specify alternative values, by type, to pass to functions if values are missing