.UTIL SUBR DELETE
This utility deletes a subroutine from the Application. Added in 5.2.0
Usage:
PASS <process_name> FIELD SHARE? N
PASS <Application> FIELD SHARE? N
PASS <Version> FIELD SHARE? N
GOSUB --- .UTIL SUBR DELETE
* Check for errors
IF --- .UTIL SUBR DELETE NE
Description:
This utility deletes a subroutine from the specified Application/Version.
<process_name> is the name of the subroutine want to delete (Required). This parameter is required, if it is missing, the subroutine will CANCEL.
<Application> is the Application from which the process should be deleted (Optional). If not PASSed or PASSed blank, it will default to the current application.
<Version> is the Version from which the process should be deleted (Optional). If not PASSed or PASSed blank, it will default to the current version.
The subroutine will be deleted from the specified application.
Although this is intended to allow you to remove subroutines you create with
.UTIL SUBR CREATE, you can delete any subroutine.
Comments:
Read what other users have said about this page or add your own comments.
--
Main.JeanNeron - 2012-06-21