![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
CALL MSGLOG(string)
A character string to insert in the user log. Its syntax can be C (fixed-length character string), UN (Unicode), V (variable-length character string), or W (double-byte character).
• If the value of string is of syntax UN and it cannot be coerced to syntax V, MSGLOG inserts a Unicode literal.
The user log is full. LOGLIMIT is controlled by the MSGLOGMAX Execution Environment parameter.The following rule finds all the employees of a particular manager and uses MSGLOG to list them in the message log.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |