![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Displays the contents of a table and enables a predefined set of commands that are unique to the table to operate on the display. (C)CALL OBJECTMGR(tablespec)
The table name (and parameters, if any). Selection and ordering can also be specified. If used:
• OBJECT_MGMT is the interactive version of this tool.
• Further selecting and ordering can be specified through primary commands, selecting and ordering that is done only on the subset specified in tablespec.
• After calling OBJECTMGR the specified table appears. This table is usually a subview of a source object table.
• OBJECTMGR and its related version OBJECT_MGMT use DEFINE_OBJLIST when they are invoked. DEFINE_OBJLIST defines the appearance of the display and the commands to be used, and arranges up to two lines of titling. This is applied against the table given as an argument to OBJECTMGR.
• Run OBJECTMGR in browse mode so that the commands can update the objects selected.
• The object commands operate only on the primary key. The primary key cannot be a composite primary key.
For a complete description of the primary commands, refer to the TIBCO Object Service Broker Getting Started manual.
Raised if there is a syntax error in the tablespec. Raised if the caller does not have security clearance to read either the list or some other table used by the Object Manager. Raised if there is an error in the definition of the table containing the list that prevents the Object Manager from building its display. This example uses both the table and the information presented during the description of the fields of the DEFINE_OBJLIST tool. Executing OBJECTMGR against the table EMPLOYEES_0DPARM displays the following screen. Refer to DEFINE_OBJLIST to see how this table is formatted.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |