$TSOId: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:$TSOId}} <span class="pageSubtitle"><section begin="desc" />TSO userid user's thread<section end="desc" /></span> <p class="warning">Most Sirius $functions have b...")
 
m (1 revision)
(No difference)

Revision as of 15:45, 31 January 2011

<section begin="desc" />TSO userid user's thread<section end="desc" />

Most Sirius $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $TSOId function is to be entered.

This function returns the TSO userid of the current user thread.

This function requires the special version of the TSO full screen interface to Model 204 that is distributed by Sirius Software.

The $TSOId function accepts no arguments and returns either an 8 byte string containing the TSO userid of the Model 204 user or a null string indicating that the user is not a TSO user or that the Sirius Software TSO Interface has not been installed.

Syntax

<section begin="syntax" /> %TERM = $TSOId <section end="syntax" />

$TSOId Function

%TSOID is set to either a null or 8-byte string.


The following program displays the user's TSO userid.

B PRINT $TSOId END

  • &JAPF

Products authorizing $TSOId