Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.191 Normal Property

Description:

Indicates whether to display normal files (those without special attribute settings).

Used in control(s):

FileList

Values (with constants):

True - Display normal files.(POW-TRUE)
False - Do not display normal files.(POW-FALSE)

Normal files are those that do not have the hidden, system, archive or read-only attributes set.

Default value:

True - Display normal files.(POW-TRUE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

POW-NORMALPIC S9(4) COMP-5