mfims imsdbu command

The 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
RECV Recover
REOR Reorganize
ROLB Rollback
RUN Runlist
UNLO Unload
USEQ Useq
Zero Zeroload

For complete information on each IMSDBU function, see IMSDBU functions.

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. For complete information on each mfsims imsdbu directive, see mfsims imsdbu directives.

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.

The Rollback (ROLB) function does not require that you specify the database-name or the filename.