>>-DLURLSERVER--(--datalink-expression--)----------------------><
The schema is SYSIBM.
The DLURLSERVER function returns the file server from a DATALINK value with a linktype of URL. The value will always be in upper case.
The argument must be an expression that results in a value with data type DATALINK.
The result of the function is VARCHAR(254). If the argument can be null, the result can be null; if the argument is null, the result is the null value.
If the DATALINK value only includes the comment the result returned is a zero length string.
Example:
DLVALUE('http://dlfs.almaden.ibm.com/x/y/a.b','URL','a comment')
then the following function operating on that value:
DLURLSERVER(COLA)
will return the value:
DLFS.ALMADEN.IBM.COM