Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (D-F)
Guardian Programming Reference Summary for pTAL and TAL522631-001
5-2
DEBUG
directly invokes the debug facility.
DEBUGPROCESS
(Superseded by PROCESS_DEBUG_) Invokes the debug facility on a process.
CALL DEBUG;
CALL DEBUGPROCESS ( process-id
,error
,[ term ]
,[ now ] );
process-id, INT:ref:4 input
error, INT:ref:1 output
0No error.
11 Specified process does not exist.
13 Invalid name.
14 Supplied process ID references an LDEV that does not exist.
18 Specified system is not known.
20 Supplied process ID tries to reference a process on a remote C-series system
using a process name of more than five characters.
22 Parameter or buffer out of bounds.
29 Missing parameter.
48 Security violation.
190 The value of term (or callers home terminal if term was not specified) is
not device type 6.
201 Unable to communicate over this path.
240-
249
Network errors.
250 All paths to the specified system are down.
590 Bad parameter value.
term, INT:ref:12 input
now, INT:value input