![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Unloads the definition of a TIBCO Object Service Broker object to a z/OS data set or a Windows or Solaris file. (C)
The TIBCO Object Service Broker object type of the object definition to be unloaded. Valid object types are:
•
•
•
•
•
• If the object is a rule, the name of the rules library where the rule is stored. This argument, although not currently used, must be supplied. You can enter a null ('') value. Specifies if all the objects or only the parent object should be unloaded. Valid values are:You must call @OPENDSN before you call UNLOAD_DEFN. After calling @OPENDSN, you can make multiple calls to UNLOAD_DEFN provided you are writing to the same data set or file to the same member of a partitioned data set. Unloads to different data sets or to different members of a partitioned data set must be done in separate transactions.
• UNLOAD is the interactive version of this tool.
• On non-Z/OS systems, the Execution Environment parameter DSBIFTYPE must be set to LENGTH_PREFIXED_EBCDIC.
• You can call UNLOAD_DATA within the same rule.
• Specify a value for location only if the definition is located on a different node.
• If you are using FTP to transfer unloaded data between z/OS and Windows or Solaris, it is no longer mandatory to use the S6BBRFRU z/OS utility before the data can be used by TIBCO Object Service Broker. Refer to TIBCO Object Service Broker for z/OS Utilities for more information about S6BBRFRU.The following rule unloads a report definition from NODE3 and a table definition from your default node location:
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |