To use a message file for the Standard Time names and Daylight
Saving Time names, you need to create a message file that specifies the names
to use.
To create a message file, complete the following steps:
- Open a character-based interface and connect to iSeries™ A.
- Type the following command from a command line and press F4:
CRTMSGF
- Specify MYTZMSG for the name of the message file.
- Specify MYLIB for the name of the library to store the message
file, or specify the name of an existing library.
- Press Enter.
- Complete the following steps to specify the Standard Time names
in the message file:
- Type the following command and press F4:
ADDMSGD
- Specify MSG1001 for the message identifier.
- Specify MYTZMSG for the message file.
- Specify MYLIB for the library.
- Specify first-level text that is enclosed in single quotation
marks. You can specify text in between the single quotation marks or leave
it blank. The single quotation marks are required.
- Specify 'MCST MyCompany
Standard Time' for the second-level text message, including the single quotation
marks. The first 10 characters are used for the abbreviated name and the next
50 characters are used for the full name.
- Press Enter to create the message description.
- Complete the following steps to specify the Daylight Saving Time
names in the message file:
- Type the following command and press F4:
ADDMSGD
- Specify MSG1002 for the message identifier.
- Specify MYTZMSG for the message file.
- Specify MYLIB for the library.
- Specify first-level text that is enclosed in single quotation
marks. You can specify text in between the single quotation marks or leave
it blank. The single quotation marks are required.
- Specify 'MCDST MyCompany
Daylight Saving Time' for the second-level text message, including the single
quotation marks. The first 10 characters are used for the abbreviated name
and the next 50 characters are used for the full name.
- Press Enter to create the message description.