The ILE C/C++ compiler provides the predefined macros described in this section. These macros are defined when their corresponding pragmas are invoked in program source, or when their corresponding compiler options for the Create Module and Create Bound Program commands are specified. Unless otherwise specified, macros when defined have a value of 1.
Defined when TERASPACE(*YES *TSIFC)
STGMDL(*TERASPACE) DTAMDL(*LLP64) RTBND(*LLP64) is
in effect.
The date and time will be in the form:
"Day Mmm dd hh:mm:ss yyyy"
where:
Day represents the day of the week (Mon, Tue, Wed, Thu, Fri, Sat, or Sun).
Mmm represents the month in an abbreviated form (Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, or Dec).
dd represents the day. If the day is less than 10, the first d will be a blank character.
hh represents the hour.
mm represents the minutes.
ss represents the seconds.
yyyy represents the year.
Defined by the C++ compiler.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.