HELP [ HP System Dictionary XL Gen. Ref. Vol. 2-Part 4 SDUTIL ] MPE/iX 5.0 Documentation
HP System Dictionary XL Gen. Ref. Vol. 2-Part 4 SDUTIL
HELP
Provides des quick reference of SDUTIL commands, and can also be used to
retrieve a detailed description of a specific command.
Syntax
HELP [command] [.]
Parameters
command Name of the command
Example 1
Quick reference of commands
>HELP
The output of the above command will look like this.
COMMENT <COM > -Provide a line of comment text in the
command stream
COMPILE <C > -Begin the compile process
COMPILE-OPTIONS <COP > -Set up options used during compile process
COMPILE-TO <CT > -Define the target compiled dictionary
environment
EXIT <E > -Terminate the program
FROM <F > -Define the source dictionary environment
HELP <H > -Display commands
MERGE <M > -Begin the merge process
MERGE-OPTIONS <MOP > -Set up options used during merge process
MERGE-TO <MT > -Define the target master dictionary
environment
PREVIEW <PREV> -Preview the merge process
PURGE <PUR > -Purge a master or compiled dictionary
REDO <REDO> -Edit and execute the previous command
RENAME <REN > -Rename a compiled dictionary
SHOW <SH > -Display the status of the current
environment
Enter 'HELP command-name' for more information
Example 2
Syntax for the FROM command
>HELP FROM.
The output of the above command will look like this:
FROM - Define the source dictionary environment
SYNTAX: FROM <F> [;DICTIONARY <DICT> = dictionary-filename]
[;SCOPE <S> = scope-name]
[;PASSWORD <P> = [scope-password]]
[;NAME-MODE <NM> = name-mode]
[;OPEN-MODE <OM> = open-mode]
[;DOMAIN <D> = [domain-name]]
[;VERSION <V> = version-name]
[;STATUS <STAT> = version-status]
.
name-mode = INTERNAL <INT> or EXTERNAL <EXT>
open-mode = READ-ALLOW-READ <RAR>, READ-ONLY <RO>,
SHARED-UPDATE <SU>, EXCLUSIVE-UPDATE <EU> or
CUSTOMIZATION <CU>
version-status = TEST <T>, PRODUCTION <P> or ARCHIVAL <A>
MPE/iX 5.0 Documentation