This section describes the commands on Management Unit types.
The command uxadd MUT creates a Management unit type. Its syntax is as follows:
uxadd MUT MUT=type [LABEL=label]
The command uxupd MUTmodifies the characteristics of a Management unit type. Its syntax is as follows:
uxupd MUT MUT=type [LABEL=label]
The command uxshw MUTdisplays the characteristics of a Management unit type. Its syntax is as follows:
uxshw MUT MUT=type [OUTPUT=filename]
The command uxdlt MUT deletes a Management unit type. Its syntax is as follows:
uxdlt MUT MUT=type
The command uxlst MUT lists the Management unit types. Its syntax is as follows:
uxlst MUT [MUT=type][INF|FULL] [OUTPUT=filename]
MUT=
Management Unit type. Enter a type code or * (wildcard accepted except for uxadd).
Format: 1 alphanumeric character.
LABEL=
(Optional) Label describing the MU type.
Format: 64 alphanumeric characters.
INF | FULL
(Optional) Display option.
Default: FULL
OUTPUT=
(Optional) Output file for display storage of uxshw or uxlst commands.
Default: The output is sent to screen.
Create Management Unit types "A", labeled "Agencies", and "H", labeled "Headquarters".
uxadd MUT MUT=A LABEL=Agencies
uxadd MUT MUT=H LABEL=Headquarters
Change the Management Unit type label:
uxupd MUT MUT=S LABEL=Stocks
Display the Management Unit type characteristics to the screen:
uxshw MUT MUT=A
Delete the Management Unit type S:
uxdlt MUT MUT=S
List to the file c:\temp\LstMut.txt all Management unit types defined together with their labels:
uxlst MUT OUTPUT="c:\temp\LstMut.txt"