You want to activate the message destination MSGTAC for the message K006.
To do this, first create an input file (in the example input2) 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 < input2This generates the C source program
mymsgse.c.Compile the program
mymsgse.cwith the C compiler:cc -c <flags> –Iutmpath/include mymsgse.cThis generates the
mymsgse.oobject.Link
utmworkby linking the object modulemymsgse.oin addition to the default message module. For linking, see openUTM manual “Using UTM Applications on Unix, Linux and Windows Systems”.The changed message catalog is ready for use.
Windows systems
Call up the KDCMMOD tool:
utmpath
\ex\kdcmmod.exe < input2This generates the C source program
mymsgse.c.Compile the program
mymsgse.cwith the C compiler.cl -c /Iutmpath\include mymsgse.cThis generates the object
mymsgse.obj.Link
utmwork.exeby linking the object modulemymsgse.objin addition to the standard message module. For details of linking, see openUTM manual “Using UTM Applications on Unix, Linux and Windows Systems”.The changed message catalog is ready for use.