ml_delete_passthrough_repair system procedure

Use this system procedure to delete a repair rule from the ml_passthrough_repair system table.

Syntax
ml_delete_passthrough_repair ( 
'failed_script_name', 
error_code 
)
Parameters

Syntax

Description

failed_script_name

VARCHAR(128). The name of the script to which a rule applied.

error_code

INTEGER. The error code for which the rule applied.

Remarks

The MobiLink server does not automatically remove entries from the ml_passthrough_repair table. You must use this procedure to remove outdated passthrough repair scripts.

For DB2 mainframe consolidated database types, this procedure is called ml_del_pt_repair. See IBM DB2 mainframe system procedure name conversions.

See also