Previous Topic: DC174025Next Topic: DC174027


DC174026

WRITE AND READ BATCH COMMANDS NOT ALLOWED IN ONLINE.

Reason:

The WRITE TRANSACTION AND READ TRANSACTION commands are both batch commands; they cannot be used in a dialog compiled for online use. Either delete the batch command and recompile the dialog in the online mode, or generate the dialog for use in the batch environment and eliminate this dialog from online applications. Alternatively, use a conditional command (such as IF $BATCH THEN...) to ensure that the command is not encountered in the online environment.

Module:

ADSOCCTL

Severity:

1