Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Testing procedures

&pagelevel(4)&pagelevel

To facilitate error detection and location in procedures, it is often advisable, during testing, to enable global logging of all procedures called by means of the following command (provided this is permitted by the procedures):

/ MODIFY-PROCEDURE-TEST-OPTIONS LOGGING=*YES

For the purposes of specific tracing, a procedure can be interrupted where appropriate by pressing the key or inserting a HOLD-PROCEDURE command. The contents of the variables of the interrupted procedure can then be inspected (e.g. using the command SHOW-VARIABLE command) or modified in interactive mode. The procedure can subsequently be continued step-by-step using TRACE-PROCEDURE or up to its end or the next interrupt by means of RESUME-PROCEDURE.