Management Information Deletion command

Use the following command to delete a record from management information.

Syntax for the Management Information Deletion command

utlirm -i {snd|rcv|job|hst|tgrp|fmt|mfmt|sch|trg|mail} -id ID

Explanation of the parameters

-i {snd|rcv|job|hst|tgrp|fmt|mfmt|sch|trg|mail}

Selection of type of management information record to be deleted (Mandatory)

snd:

Send Management Information

rcv:

Receive Management Information

job:

Job Information

hst:

Host Information

tgrp:

Transfer Group Information

fmt:

Format Information

mfmt:

Multi Format Information

sch:

Schedule Information

trg:

File Trigger Information

mail:

Mail Interface Information

Note

You can use the Schedule Information database and the File Trigger Information database only if the HULFT8 Server grade is installed.

-id ID

ID to be deleted (Mandatory)

For an ID other than Host Information IDs, specify an alphanumeric string within 50 bytes.

For a Host Information ID, specify an alphanumeric string within 68 bytes.

The IDs of Send Management Information, Receive Management Information, Format Information, and Multi Format Information database records are not case sensitive.

Remarks

You can delete multiple management information records by repeating '-i {snd|rcv|job|hst|tgrp|fmt|mfmt|sch|trg|mail} -id ID.'

<Examples>

utlirm -i snd -id F0000001 -i rcv -id F0000002 -i fmt -id FMT03

In the above description, HULFT deletes F0000001 registered in the Send Management Information, F0000002 registered in the Receive Management Information, and FMT03 registered in the Format Information.