Select the check box to specify how the compiler handles date data types of class date-time. Select the *CVTTODATE check box to specify how the compiler handles DDS data types with the DATFMT keyword.
06 FILLER PIC X(10).
The COBOL data item name is determined by the *NODATETIME/*DATETIME CVTOPT parameter.
06 FILLER FORMAT DATE '@Y-%m-%d'.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.