COBOL - Opções de compilação - DATEPROC
Use the DATEPROC option to enable the millennium language extensions of the COBOL compiler.
DATEPROC option syntax
Default is: NODATEPROC, or DATEPROC(FLAG,NOTRIG) if only DATEPROC is specified
Abbreviations are: DP|NODP
Production of diagnostic messages, and their appearance in or after the source listing, is subject to the setting of the FLAG compiler option.
Performance considerations: The DATEPROC(TRIG) option results in slower-performing code for windowed date comparisons.
Performance considerations: The DATEPROC(NOTRIG) option is a performance option that assumes valid date values in windowed date fields.
Usage note: You can specify the FLAG|NOFLAG and TRIG|NOTRIG suboptions in any order. If you omit either suboption, it defaults to the current setting. If you code a left parenthesis after DATEPROC, however, you must code at least one suboption.