UPDATEFILE

Loads data, unlocks blocks, and verifies a data file.

Syntax

UPDATEFILE location fileName update
ParameterDescription

location

Location of the data file. Values:

1 - Local/client-based rules file 2 - Remote/server data object 3 - File. Use option 3 if you want to specify the full path name. Otherwise, the file is assumed to be in the <appname>/<DBNAME> directory.

fileName

Name of the file to load.

update

Update action. Values:

1 - Load data 2 - Unlock data blocks 3 - Verify data

Example

UPDATEFILE 2 "DATA" 1;

See Also

  • LOADDATA