Micro Focus Visual COBOL 2.3 Update 2 for Eclipse (UNIX)
>
Programming
>
Multi-threaded Programming
>
Multi-threading Compiler Directives
>
Directives for Serial and Reentrant Programs
Directives for Serial and Reentrant Programs
The following two directives effect the serialization and reentrancy of multi-threaded programs:
REENTRANT - Controls reentrancy of a program
SERIAL - Controls serialization of a program
Parent topic:
Multi-threading Compiler Directives