USERPDL command: Difference between revisions
Jump to navigation
Jump to search
(→Syntax) |
No edit summary |
||
Line 17: | Line 17: | ||
<tr> | <tr> | ||
<th>usernumber</th> | <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> | <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. These zaps enable the USERPDL command to format the PDL for the out of server user. </td> | ||
</tr> | </tr> | ||
</table> | </table> |
Revision as of 18:50, 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. These zaps enable the USERPDL command to format the PDL for the out of server user. |
---|