ml_delete_passthrough_script system procedure

Use this system procedure to delete a passthrough script from the ml_passthrough_script system table.

Syntax
ml_delete_passthrough_script ( 
'script_name' 
)
Parameters

Syntax

Description

script_name

VARCHAR(128). The name of the script to remove.

Remarks

Scripts can not be removed if they are referenced in the ml_passthrough or ml_passthrough_repair system tables.

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

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

See also