![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Unloads all rules in the specified library at the specified location to a z/OS data set or a Windows or Solaris file. (C)
If the output is going to… A z/OS data set Allocate a data set with these characteristics: RECORD FORMAT - VB, LRECL - 2250 or larger. It can be a partitioned data set. You must call @OPENDSN to set up the destination data set. Use @OPENDSN to set up the destination file. Specify either the full path or only the filename. If you specify only the filename, the DSDIR Execution Environment parameter must be set to point to the directory to use. Refer to TIBCO Object Service Broker Parameters for more information about this parameter. Specify a filename in uppercase. Use @OPENDSN to set up the destination file. Specify either the full path or only the filename. If you specify only the filename, the DSDIR Execution Environment parameter must be set to point to the directory to use. Refer to TIBCO Object Service Broker Parameters for more information about this parameter.
•
• On non-Z/OS systems, the Execution Environment parameter DSBIFTYPE must be set to LENGTH_PREFIXED_EBCDIC.
• 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 all the files from the specified library and writes an end message at completion:
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |