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

A.1.15 FLAGSW compile option

This option specifies whether to display messages that identify types of COBOL language elements (FLAGSW) or not (NOFLAGSW).

Item

Description

Display messages COBOL syntax language construction

Specifies whether to display messages that identify language elements. The default is NOFLAGSW.

FLAGSW

Displays messages that identify COBOL language elements.

NOFLAGSW

Does not display messages that identify COBOL language elements.

Language constructions

Select the language elements to be identified.

STDM

Identifies all non-low-level '85 ANSI COBOL standard language elements.

STDI

Identifies all non-mid-level '85 ANSI COBOL standard language elements.

STDH

Identifies all non-high-level '85 ANSI COBOL standard language elements.

SIA

Identifies language elements that are outside the range of the Fujitsu System Integration Architecture (SIA).

RPW

Identifies language elements of the report writer function of the '85 ANSI COBOL standard. This item can be selected only if STDM, STDI, or STDH is selected.

Point

FLAGSW (SIA) is useful when creating a program that will run in another system.

Note

FLAGSW sub operands {STDM | STDI | STDH} and RPW cannot be omitted simultaneously.