set [node node-id] osi transport application application-name ...
Modifies attributes of the OSI transport application entity. The
modifiable attributes and their data types [in brackets] are:
called tsels [hex-string]
file name [filename]
user name [latin1string]
Refer to attribute descriptions for specific command examples.
1 – called_tsels
Default: No tsap Value: Hex-string
Transport Service Access Point (TSAP) for which the image
specified by the image name characteristic accepts connections.
This characteristic, which is similar to the addresses
characteristic, is used by applications that do not use the DNA
session control protocol (for example, VOTS applications).
set [node node-id] osi transport application application-name -
called tsels {hex-string}
Example:
set osi transport application osit$ivp -
called tsels {%x564F5453495650}
2 – file_name
Default: No file name Value: Filename
File name of the program to be invoked upon receipt of a connect
request containing a TSEL matching the "Called TSELS" attribute
of the application entity.
set [node node-id] osi transport application application-name -
file name filename
Example:
set osi transport application osit$ivp -
file name sys$test:osit$ivpresp.com
3 – user_name
Default: No user name Value: Latin1string
User name portion of the access control information that
identifies the account under which the application is to run. If
invalid information or no user name is specified, system defaults
are used to select the user. On OpenVMS, the user name must be
embedded in quotes.
set [node node-id] osi transport application application-name -
user name latin1string
Example:
set osi transport application osit$ivp -
user name "systest"