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


Chapter 3 Tools : PRINT_DEFN

PRINT_DEFN
Prints the definition of a TIBCO Object Service Broker object. (C)
Invocation
CALL PRINT_DEFN(object, instance, library, environment, srcloc, parentonly)
 
Usage Notes
Specify a value for srcloc only if the object is located on a different node.
Specify a value for parentonly only if the object is composed of one or more other objects (for example, a report is composed of report tables).
Exceptions
 
More information describing the circumstances of the failure is in the @OBJECTMSG.MSG field.
Example
The following rule prints the definition of a menu that is used in a 3270 environment:

 
RULE EDITOR ===> SCROLL: P
PRINT_DEFN_1;
_
_ ---------------------------------------------------------------------------
_ ------------------------------------------------------------+--------------
_ CALL PRINT_DEFN('MENU', 'SCR_EMPLOYEE', '', '3270', '', | 1
_ 'N'); |
_ ---------------------------------------------------------------------------

 
Results Sent to the Message Log

 
------------------------ INFORMATIONAL MESSAGE LOG -------------------------
COMMAND ===> SCROLL ===> P
**** Begin to print all definitions for object “SCR_EMPLOYEE” ****
Begin to print definition for object “SCR_EMPLOYEE” type “MENU”
Table “SESSION_MENUS” printed
Table “MENU_ITEMS” printed
Print definitions for object “SCR_EMPLOYEE” type “MENU” completed
 
**** Print all definitions completed ****

 

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