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


Chapter 3 Tools : INSTALLIB

INSTALLIB
Returns the name of the currently designated installation library. (F)
Invocation
result = INSTALLIB
 
On return, contains the name of the currently designated installation library. This value is a typeless string of syntax C with a maximum length of 8.
Usage Note
The default installation library is SITE.
Example

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

 
Pressing PF2 after executing the rule displays the following screen:

 
--------------------------INFORMATION LOG -------------------------
COMMAND ===> SCROLL: P
THE CURRENT INSTALLATION LIBRARY IS SITE
.

 

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