Previous Topic Next topic Print topic


mfims imsdbu Command

Enables you to run the IMSDBU utility from the command line.

Syntax:

mfims imsdbu function-id {database-name|filename}[directives]

Parameters:

function-id
An identifier denoting the function you want to perform. One of:
function-id Function
ADD Add
DEL Delete
LOAD Load
MAKE Makelist
PTRU PtrUpdate
REOR Reorganize
RUN Runlist
UNLO Unload
USEQ Useq
Zero Zeroload
database-name
The name of a database on which the function operates.
filename
The name of a file that supplies information to the function.
directives
Directives for this function. The help for each function includes full information on the directives it can take.

Comments:

You can combine a series of commands in an operating system command file. IMSDBU also supports its own Runlist command files. These are similar to operating system command files but allow you to process a series of functions as a group. A combination of operating system commands and Runlist files provides a great deal of flexibility for automating repetitive functions.

Previous Topic Next topic Print topic