Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Tools : LIBID

LIBID
Returns the name of the currently designated local library. (F)
Invocation
result = LIBID
 
On return, contains the name of the currently designated local library. This value is a typeless string of syntax C with a maximum length of 8.
Usage Note
The name of the default local library is usually the same as the current user’s user ID.
Example

 
RULE EDITOR ===> SCROLL: P
WHAT_LIBRARY;
_ LOCAL LIB;
_ ---------------------------------------------------------------------------
_ ------------------------------------------------------------+--------------
_ LIB = LIBID; | 1
_ CALL MSGLOG('THE CURRENT LOCAL LIBRARY IS ' || LIB); | 2
_ |
_ |
_ |
_ |
_ |
_ |
_ ---------------------------------------------------------------------------

 
Pressing PF2 after executing the rule displays the following screen:

 
----------------------- INFORMATION LOG --------------------
COMMAND ===> SCROLL: P
THE CURRENT LOCAL LIBRARY IS USER40
.

 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved