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

D.1 Identifier Name

When adding data items for monitoring to the Watch view, use the identifier name as data name.

One of the following is the identifier name.

It is necessary to enclose the identifier name in parenthesis when it contains spaces. See the example below.

LIST (DATA01 OF DATA02)

Identifier

The identifier can be specified with the same scope of COBOL language specifications in debugging.

In addition, the data described in the factory definition and the object definition can be handled from external, by using the same specification as the original identifier.

Specification Format of Identifier

It is the same as the language specification of COBOL with the exception of the following restrictions for subscript and reference modifier.

Condition-name

Condition-name can be specified with the same scope of COBOL language specifications in debugging.

In addition, the condition-name described in the factory definition and the object definition can be handled from external, by using the same specification as the original condition-name.

Specification Format of condition-name

It is the same as the language specification of COBOL with the exception of the following restrictions for subscript.

Index-name

Index-name can be specified with the same scope of COBOL language specifications in debugging.

In addition, the index-name described in the factory definition and the object definition can be handled from external, by using the same specification as the original index-name.

Specification Format of Index-name

It is the same as the language specification of COBOL. The underlined part is the part that is extended originally.

Index-name

[object reference qualifier] index-name

[{IN | OF} data name]...

[{IN | OF} file name ]

Object Reference Qualifier

[class-name[predefined object identifier SUPER ] :: ]

[object reference item [{IN | OF}data name] ...

[({subscript}...)]

[predefined object identifier SUPER ] :: ] ...

Predefined Object Identifier SUPER

AS class-name

Special Register

Special register can be specified with the same scope of COBOL language specifications in debugging.

Symbolic-constant

Symbolic-constant can be specified with the same scope of COBOL language specifications in debugging.

Named Literal

Named literal can be specified with the same scope of COBOL language specifications in debugging.

Function

The following functions can be specified in debugging.

Function

{ADDR Function | LENG Function | LENGTH Function}

ADDR Function

FUNCTION ADDR( argument )

LENG Function

FUNCTION LENG( argument )

LENGTH Function

FUNCTION LENGTH( argument )