![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
CALL @OPENDSN(dsname)
A character string specifying the file to open. Its syntax is V (variable-length character string). It has a length of 54 for z/OS, 512 for Windows, and 1023 for Solaris.
A z/OS data set Specify a fully qualified data set name. It can include a member name. For example, a valid dsname is: A Windows or Solaris 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.
• @OPENDSN identifies the file. An attempt to open the file is made with the first read or write operation.
• @OPENDSN works only within the scope of the transaction, rather than of the session; it does not cross transaction boundaries.
• @OPENDSN accesses a z/OS file using the data set name. There is no provision for using a DDNAME with this tool instead of a data set name.
-------------------------- INFORMATIONAL MESSAGE LOG --------------------------
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |