Chapter Contents

Previous

Next
770

LSCX Run-time Messages


Updates to Library Message Processing

In Chapter 9, "LSCX Run-time Messages," in the section titled, "Library Message Processing," replace the last paragraph and the list that follows it with the following text.

You can control the generation and verbosity of library diagnostic messages using any of the following:


Updates to Message Types

In Chapter 9, "LSCX Run-time Messages," make the following changes in the section titled, "Message Types:"

  1. Replace the example of the form of the library messages with the following example:
    LSCX[num]  **** [severity] **** ERRNO = [errno value] [info added by message exit]
    Generated in function-name called from line line-number of function-name, offset hex-value
    [C++/Extended] name: full-name
    message-text
    Last failing system call: [name], return code [code], reason code [code], info [code]
    [info added by message exit]   
    Interrupted while: context

  2. Add the following text after the list of severities.

    Note that some of the text above will not appear for every message. The C++/extended name line appears only if the error occurred in a C++ function or one with an extended name. The Last failing system call line appears only if the =rsntrace run-time option is in effect, and a system call has failed since the last run-time diagnostic message. info added by message exit indicates optional text which could be added by a library message exit (defined with the wmi_add function).

Replace Message 025 with the following message


Chapter Contents

Previous

Next

Top of Page

Copyright © 2004 by SAS Institute Inc., Cary, NC, USA. All rights reserved.