USERPDL command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by 3 users not shown)
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>  
<b>Where:</b>
Where:
<table>  
<table>  
<tr>
<tr>
<tr>
<tr>
<th>usernumber</th>
<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>
<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>
</tr>
</table>
</table>

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.