You can use the DALRUN utility to test scripts and trigger the interactive DAL Debugger. Debug messages, certain errors, and a dump of the symbol table at the end of the run are examples of output this utility will generate.
Note | When you create a DAL script in Documaker Studio, you can use the Syntax Check button to check the script. |
Syntax
DALRW32 /X /INI /D /T /B
Here is an example:
DALRW32 /ini=test /d /t > test.txt
This example tells the system to run the DALRUN utility using the TEST.INI file. The /D parameter tells the system to start the DAL debugger. The /T parameter tells the system to send messages to a file named TEST.TXT.
© Copyright 2012, Oracle and/or its affiliates. All rights reserved. Legal notices.