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 |
||
(4 intermediate revisions by 4 users not shown) | |||
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> | |||
Where: | |||
<table> | |||
<tr> | |||
<tr> | |||
<th>usernumber</th> | |||
<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. Swapped out users details can also be accessed from V7.7 with zap 77z509 applied, and from V7.8 with zap 78z073 applied. </td> | |||
</tr> | |||
</table> | |||
[[Category:System administrator commands]] | [[Category:System administrator commands]] | ||
[[Category:Commands]] | [[Category:Commands]] |
Latest revision as of 18:51, 25 January 2022
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. Swapped out users details can also be accessed from V7.7 with zap 77z509 applied, and from V7.8 with zap 78z073 applied. |
---|