Restriction: This directive is supported in native COBOL only.
Syntax:
Parameters:
Properties:
Default:
WEBSERVER"CGI"
Phase:
Syntax check
$SET:
Initial
Comments:
When using ISAPI and NSAPI, the COBOL program is executed multiple times simultaneously, so you need to be aware of the multi-threading issues. To take care of most of these issues, compile the program to object code using the CASE and REENTRANT(1,2) Compiler directives.
Comments:
When using ISAPI and NSAPI, the COBOL program is executed multiple times simultaneously, so you need to be aware of the multi-threading issues. To take care of most of these issues, compile the program to object code using the CASE and REENTRANT(1,2) Compiler directives.