User`s guide
uCommandLine
160 Sybase IQ ETL 4.1
Miscellaneous functions
uCommandLine
Description Returns the command line string of the current process.
Syntax string uCommandLine()
Parameters
None
The name of the environment variable to read.
Examples uGetEnv(“LOAD_MAX_VALUE”)
uGetEnv
Description Returns the value of an environment variable.
Syntax string uGetEnv(variable)
Parameters
string variable
The name of the string variable.
Examples uCommandLine() // returns something like
"D:\Sybase\IQETL\win32\Engine.exe engineman.lbr"
uGuid
Description Returns a Global Unique Identifier (GUI) in one of the following specified
formats:
• numeric - digits only
• base64 - base64 encoded
• hex - hex format without hyphens
Syntax string uGuid(format)
Parameters
string format
The format for the GUID value to be returned.