To display details about a particular transaction group, use this procedure:
exec sgw_dsptrngrp tran_group, rpc
where:
tran_group is the name of the transaction group you want to display (see the following example).
rpc is a keyword that you enter as a fixed-string, optional parameter to only display the RPCs that are members of that transaction group and the RPC password levels. If you omit rpc, the member RPCs are not included in the results.
exec sgw_dsptrngrp TGROUP1
go
The results of this procedure list the following information:
Group name
Group login
Group password
Language handler
Language password source
Or, you can include the optional rpc fixed-string parameter, as shown:
exec sgw_dsptrngrp TGROUP1, rpc
go
The results of this procedure list only the RPC name and the RPC password source.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |