You want to change the message text for the message K008, otherwise the unchanged messages with standard English texts will be used.
To do this, first create an input file (in the example input1
) with the following KDCMMOD control statements:
|
Then carry out the steps described below.
Unix and Linux systems
Call up the KDCMMOD tool:
utmpath
/ex/kdcmmod < input1
This generates the NLS source file
SYS_GB.mod
.Enter the following
gencat
command:gencat nls/msg/En/utmsys.cat SYS_GB.mod
This generates the NLS message catalog
nls/msg/En/utmsys.cat
.Store this NLS catalog in the directory filebase
/nls/msg/
lang.The changed message catalog is ready for use.
Windows systems
Set the Visual Studio environment:
CALL "
Visual_Studio_path\VC\bin\vcvars32.bat"
Create the directory
%FILEBASE%\nls\msg\En
.Copy the file
SYS_GB.MAK
from%UTMPATH%\nls
to%FILEBASE%\nls
Switch to
%FILEBASE%\nls
and call up the KDCMMOD tool:utmpath
\ex\kdcmmod.exe < input1
This generates the file
SYS_GB.mod
.Call up the KDCWMSG tool:
utmpath
\ex\kdcwmsg.exe SYS_GB < SYS_GB.mod > SYS_GB.mc
This generates the file
SYS_GB.mc
.Call up the following Visual Studio tools:
mc -r . SYS_GB.mc
This generates the files
SYS_GB.rc
,SYS_GB.h
andSYS_GB.bin
.nmake /f SYS_GB.MAK
This generates the file
SYS_GB.dll
.
Copy
SYS_GB.dll
to%FILEBASE%\nls\msg\En\utmsys.dll
.The changed message catalog is ready for use.