Management Information Deletion command
Use the following command to delete a record from management information.
Program interface
CALL Library name/UTLIRM PARM(['LIB=Library name'] 'I={SND|RCV|JOB|HST|TGRP|FMT|MFMT}' 'ID=id' ['G'] ['OUTPUT=filename'] ['EXIT' CL variable name])
Explanation of parameters
- LIB=Library name
-
Library name in which HULFT is installed ("HULFT" by default)
Specify this parameter as an alphanumeric character string of 10 bytes or less starting with an alphabet.
- I={SND|RCV|JOB|HST|TGRP|FMT|MFMT}
-
Select management information 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
- ID=id
-
Target ID or Host Name to be deleted (Mandatory)
For an ID other than a Host Information ID, specify a string of alphanumeric characters (and "_" if desired) that is within 50 bytes. For the host name stored in the Host Information, specify an alphanumeric character string of 68 bytes or less.
- G
-
Control of error messages that the Management Information Deletion command outputs (Optional)
When omitted, HULFT displays error messages.
- OUTPUT=filename
-
Destination of the error messages that the Management Information Deletion command outputs (Optional)
Specify this parameter in the format of Library name/File name(Member name).
When omitted, error messages are not output.
The number of log records that a log file can retain is unlimited.
- EXIT CL variable name
-
Specifies to receive the error code output by the Management Information Delete command and specifies the CL variable name to set the error code value (Optional)
The CL variable name must immediately follow the EXIT tag.
HULFT sets an error code to the CL variable only if the command ends unsuccessfully.
When omitted, an error code is not set.
Repeat the parameters "I={SND|RCV|JOB|HST|TGRP|FMT|MFMT}" and "ID=id" to delete multiple records of management information.
Command interface
UTLIRM FILETYPE((i id)) LIBRARY( ) MSG( ) FILE( ) MBR( )
Explanation of parameters
- FILETYPE
-
- i
-
Select management information 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
- id
-
Target ID or Host Name to be deleted
For an ID other than a Host Information ID, specify a string of alphanumeric characters (and "_" if desired) that is within 50 bytes. For the host name stored in the Host Information, specify an alphanumeric character string of 68 bytes or less.
- LIBRARY
-
Library name in which HULFT is installed ("HULFT" by default)
Specify this parameter as an alphanumeric character string of 10 bytes or less starting with an alphabet.
- MSG
-
Control of error messages ("*YES" by default)
- *NO :
-
Suppress error messages.
- *YES :
-
Show error messages.
- FILE
-
Name of the library and the file to which error messages are output (Optional)
Specify this parameter in the format of Library name/File name.
Specify these names as an alphanumeric character string of 10 bytes or less starting with an alphabet, respectively.
When omitted, error messages are not output. The number of log records that a log file can retain is unlimited.
- MBR
-
Member name of the file to which error messages are output ("*FILE" by default)
Specify this parameter as an alphanumeric character string of 10 bytes or less starting with an alphabet.
Repeating the description of (iid) within "FILETYPE" allows you to delete multiple records of management information.
Description example
CALL HULFT/UTLIRM PARM('I=SND' 'ID=F0000001' 'I=RCV' 'ID=F0000001' 'I=FMT' 'ID=FMT01')
The description shown in above example indicates to delete F0000001 registered in the Send Management Information, F0000001 registered in the Receive Management Information, and the FMT01 registered in the Format Information, respectively.