OSI/TS Configuration and Management Manual
NonStop Kernel File-System Interface
OSI/TS Configuration and Management Manual—424831-001
7-20
SETPARAM 15
subdevice cannot be multiplexed with other  transport connections onto  the same 
network connection.  You can use  SCF to set this  attribute,  or your  application 
can set it using the  following:
local^tsel
contains the local TSEL, a  hexadecimal ASCII string up to 64  digits long.
size
contains the length of the address. If you set  size to 0, the current local 
TSEL is cleared  from the subdevice.
Your application can fetch the  subdevice's current local TSEL by  issuing the 
following:
old^local^tsel
returns the current local  TSEL as a string  of hexadecimal digits.
SETPARAM 15
This function sets the remote TSEL included in  all CR-TPDUs.  OSI/TS has  no 
default value for this parameter.  If  no address is specified, no outgoing  call 
requests can be issued on this subdevice. You can use SCF to set this attribute, 
or your  application can set it  using  the following:
remote^tsel
contains the remote TSEL, a hexadecimal  ASCII string up to 64  digits long.
size
contains the length of  the address.  If  you set size to  0, the current  remote 
TSEL is cleared  from the subdevice, and the  subdevice cannot be  used to  
initiate transport connections.
Your application can fetch the  current remote TSEL  by issuing the following:
CALL SETPARAM ( filenum, 14, local^tsel, size )
CALL SETPARAM ( filenum, 14, , , old^local^tsel, size 
);
CALL SETPARAM ( filenum, 15, remote^tsel, size )
CALL SETPARAM ( filenum, 15, , , old^remote^tsel, 
size );










