USERPDL command: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The <var>USERPDL</var> command displays a requested user's call stack. This information isn't really useful without access to Model 204 source code so is only likely to be use...") |
No edit summary |
||
Line 1: | Line 1: | ||
The <var>USERPDL</var> command displays a requested user's call stack. This information isn't really useful without access to Model 204 source code so is only likely to be used when communicating with Model 204 support. | The <var>USERPDL</var> command displays a requested user's call stack. This information isn't really useful without access to Model 204 source code so is only likely to be used when communicating with Model 204 support. | ||
==Summary== | |||
<dl> | |||
<dt>Privileges | |||
<dd>System administrator | |||
<dt>Function | |||
<dd>Displays a user's push-down-list (call stack) | |||
</dl> | |||
==Syntax== | |||
<p class="syntax">USERPDL <var class="term">usernumber</var> | |||
</p> | |||
<b>Where:</b> | |||
<table> | |||
<tr> | |||
<tr> | |||
<th>usernumber</th> | |||
<td>is the number associated with a particular user. The user must be swapped in for <var>USERPDL</var> to be able to display the user's push-down-list.</td> | |||
</tr> | |||
</table> | |||
[[Category:System administrator commands]] | [[Category:System administrator commands]] | ||
[[Category:Commands]] | [[Category:Commands]] |
Revision as of 01:23, 13 October 2017
The USERPDL command displays a requested user's call stack. This information isn't really useful without access to Model 204 source code so is only likely to be used when communicating with Model 204 support.
Summary
- Privileges
- System administrator
- Function
- Displays a user's push-down-list (call stack)
Syntax
USERPDL usernumber
Where:
usernumber | is the number associated with a particular user. The user must be swapped in for USERPDL to be able to display the user's push-down-list. |
---|