SFM0315I

TZ=time_zone_code

Explanation: This message is issued by each data base interface task during its initialization process to show the time zone offset and abbreviations that it will use for initializing the JVM under which the AgentDBIO class will run. This environment variable is set by Language Environment routines during SFMJD001 enclave initialization from values supplied in the file path from the SFMENV DD statement. The default TZ offset is zero and the abbreviation is GMT. The value of TZ affects only the time and date prefixed to each message line issued by AgentDBIO that appears in the JAVAMSG DD spool file. The format of the value is standard time zone abbreviation standard time offset from GMT daylight savings time abbreviation. The US central time zone setting would be coded as TZ=CST6CDT. The dates of the cutover from standard to daylight saving time are stored in the Java runtime routines. If the cutover does not occur on the correct date, you will need to obtain and install the latest update to your Java runtime.

Action: None