Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.213 PrintDate Property

Description:

Indicates whether the date is printed by the Print control.

Used in control(s):

Print

Values (with constants):

True - The Print control Prints the date.(POW-TRUE)
False - The Print control does not print the date.(POW-FALSE)

Default value:

True - The Print control Prints the date.(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:

None.