User`s guide

uErrortext
150 Sybase IQ ETL 4.1
uErrortext
Description Returns the last error message. The error text will be internally cleared, so it
can only be read once.
Syntax string uErrortext()
Examples
To retrieve the last errortext:
uErrortext() // returns last error text
uInfo
Description Writes an informal message into the log file. The function returns the message
written.
Syntax string uInfo(infotext)
Parameters
string infotext
Text to write to log file.
Examples To log an informal message:
uInfo("21445 records selected.")
uWarning
Description Writes a warning message into the log. The function returns the message
written.
Syntax string uWarning(warningtext);
string errortext;
Parameters
string warningtext
Text to write to log file.
Examples To log a warning message:
uWarning("The attribute for the customer name is null.")