Have you checked out this manual? Creating a Message Source File
z/OS V1R9.0 Language Environment Programming Guide SA22-7561-08 The message source file contains the message text and information associated with each message. Standard tags and format are used for message text and different types of message information. The tags and format of the message source files are used by the CEEBLDTX utility to transform the source file into a loadable TEXT file. Under TSO/E, if you specify a partially qualified name, TSO/E adds the current prefix (usually userid) as the leftmost qualifier and TEXT as the rightmost qualifier. The message source file should have a fixed record format with a record length of 80. When creating a message file, make sure your sequential numbering attribute is turned off in the editor so that trailing sequence numbers are not generated. Trailing blanks in columns 1–72 are ignored. At least one message data set (TSO/E) is required for each national language version of your messages. All tags used to create the source file begin with a colon(:), followed by a keyword and a period(.). All tags must begin in column 1, except where noted. Comments in the message source file must begin with a period asterisk (.*) in the leftmost position of the input line. Figure 108 shows an example of a message source file with a facility ID of XMP. Lizette -----Original Message----- >From: Frank Swarbrick <[email protected]> >Sent: Dec 2, 2010 12:51 PM >To: [email protected] >Subject: LE "message script file" > >Section "Creating a Message Source File" of the LE Programming Guide has >references to a "message SCRIPT file", but I cannot find any more details on >this file. Anyone have any pointers to further documentation? > >Thanks, >Frank > > > >-- > >Frank Swarbrick >Applications Architect - Mainframe Applications Development >FirstBank Data Corporation - Lakewood, CO USA >P: 303-235-1403 > > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

