16.12.2012 Views

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

mesg<br />

Related Information<br />

talk, write<br />

mkcatdefs — Preprocess a message source file<br />

Format<br />

Description<br />

Options<br />

mkcatdefs [–h] MsgFile [SourceFile ... ]<br />

mkcatdefs preprocesses a message source file for input to the gencat utility.<br />

SourceFile is a message file (usually with a .msf extension) containing symbolic<br />

identifiers. mkcatdefs produces two outputs:<br />

v MsgFile.h, which contains statements that equate your symbolic identifiers with<br />

set numbers and message numbers that mkcatdefs assigns. You must include<br />

this header file in your application in order to refer to the messages.<br />

v Message source data, with numbers instead of symbolic identifiers, is sent to<br />

standard output. This output is suitable as input to the gencat utility. You should<br />

either save standard output to a file using redirection, or pipe the output of<br />

mkcatdefs to the gencat utility.<br />

–h Suppresses the generation of a MsgFile.h file. This flag must be the first<br />

argument to mkcatdefs<br />

Extended Description<br />

The format of SourceFile is defined as follows: The fields of a message source line<br />

must begin in column 1 and are separated by a single blank character. Any other<br />

blank characters are considered as part of the subsequent field.<br />

$quote<br />

See gencat.<br />

$set symbolic_name<br />

The symbolic_name denotes the set identifier that will be used in an<br />

application program to reference this set of messages. This name can be<br />

up to 255 characters long and can contain any alphanumeric character and<br />

the underscore character, but must begin with a non-numeric character. Any<br />

string following the set identifier is treated as a comment.<br />

$ comment<br />

See gencat.<br />

Symbolic_Name message_text<br />

The Symbolic_Name denotes a message identifier that will be used in an<br />

application program to reference this message. This name can be up to 255<br />

characters long and can contain any alphanumeric character and the<br />

underscore character, but must begin with a non-numeric character. There<br />

must be a single blank character separating the symbolic_name from the<br />

message_text. If no quote character is defined, then any blank characters<br />

after the separating blank character are considered part of the message<br />

text. See gencat for more information on how to specify message_text.<br />

424 z/<strong>OS</strong> <strong>V1R9.0</strong> <strong>UNIX</strong> <strong>System</strong> <strong>Services</strong> <strong>Command</strong> Reference

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!