$TSOId: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
<span class="pageSubtitle">TSO userid user's thread</span>
<span class="pageSubtitle">TSO userid user's thread</span>


<p class="warning">Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $TSOId function.</p>
<p class="warn"><b>Note: </b>Many $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $TSOId function.</p>


This function returns the TSO userid of the current user thread.<p>'''Note: ''' This function requires the special version of the TSO full screen interface to <var class="product">Model 204</var> that is distributed by Sirius Software. </p>  
This function returns the TSO userid of the current user thread.<p>'''Note: ''' This function requires the special version of the TSO full screen interface to <var class="product">Model 204</var> that is distributed by Sirius Software. </p>  


The $TSOId function accepts no arguments and returns either an 8 byte string containing the TSO userid of the <var class="product">Model 204</var> 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.
The $TSOId function accepts no arguments, and it returns either an 8 byte string containing the TSO userid of the <var class="product">Model 204</var> 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==
==Syntax==
Line 14: Line 14:
==Example==
==Example==
The following program displays the user's TSO userid.
The following program displays the user's TSO userid.
<p class="code">B
<p class="code">B
PRINT $TSOId
PRINT $TSOId
END
END
</p>
</p>


==Products authorizing {{PAGENAMEE}}==  
==Products authorizing {{PAGENAMEE}}==  
<ul class="smallAndTightList">
<ul class="smallAndTightList">
<li>[[Japanese $functions]]
<li>Japanese $functions
</ul>
</ul>
<p>
</p>


[[Category:$Functions|$TSOId]]
[[Category:$Functions|$TSOId]]

Latest revision as of 23:23, 20 September 2018

TSO userid user's thread

Note: Many $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $TSOId function.

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

Note: 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 it 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

%term = $TSOId

Example

The following program displays the user's TSO userid.

B PRINT $TSOId END

Products authorizing $TSOId

  • Japanese $functions