USERPDL command: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (minor formatting) |
||
Line 8: | Line 8: | ||
<dd>Displays a user's push-down-list (call stack) | <dd>Displays a user's push-down-list (call stack) | ||
</dl> | </dl> | ||
==Syntax== | ==Syntax== | ||
<p class="syntax">USERPDL <var class="term">usernumber</var> | <p class="syntax">USERPDL <var class="term">usernumber</var> | ||
</p> | </p> | ||
Where: | |||
<table> | <table> | ||
<tr> | <tr> | ||
<tr> | <tr> | ||
<th>usernumber</th> | <th>usernumber</th> | ||
<td> | <td>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> | </tr> | ||
</table> | </table> |
Revision as of 19:36, 16 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 | 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. |
---|