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


Chapter 3 Tools : SYSTEMLIB

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

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

 
Pressing PF2 after executing the rule displays the following screen:

 
------------------------- INFORMATION LOG ---------------------
COMMAND ===> SCROLL: P
THE CURRENT SYSTEM LIBRARY IS COMMON
.

 

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