BEGIN WORK

Indicates the beginning a transaction.

SYNTAX

DESCRIPTION

The BEGIN WORK command is an optional command that has no function; DBMaker will ignore this command. You can use this command in a script file to document the beginning of a transaction.

EXAMPLE

The following example illustrates how the BEGIN WORK command can be used in a script file to document the beginning of a transaction. The text below may be located anywhere within the script file.

BEGIN WORK
   ...
   SQL Command
   SQL Command
   ...
COMMIT WORK

RELATED COMMANDS

< BEGIN BACKUP | Contents | CHECK >

Copyright 2002 SYSCOM Computer Engineering Co. All rights reserved.