Top
NetCOBOL V11.0 NetCOBOL Studio User's Guide
FUJITSU Software

A.1.40 SHREXT compile option

In cases where the object format is multithread (THREAD(MULTI) phrase), this option specifies whether to share data and files with the external attribute (EXTERNAL phrase) among multiple threads (SHREXT) or not (NOSHREXT).

Item

Description

External data and files usage

Select whether to share data and files with EXTERNAL phrase among multiple threads or not. The default is NOSHREXT.

SHREXT

Share data and files with the EXTERNAL phrase among multiple threads.

NOSHREXT

Do not share data and files with the EXTERNAL phrase among multiple threads.

Note

If the object format is single thread (THREAD(SINGLE)), SHREXT is displayed for the fixed compilation option, but compilation is performed under the condition of NOSHREXT.