Difference: 0LASubrUtilSubrDelete (1 vs. 3)

Revision 32016-02-25 - JeanNeron

Line: 1 to 1
Changed:
<
<
META TOPICPARENT name="520GenerateSubroutines"
>
>
META TOPICPARENT name="FullAPIList"
 


.UTIL SUBR DELETE

Changed:
<
<
This utility deletes a subroutine from the Application.
>
>
This utility deletes a subroutine from the Application. Added in 5.2.0
 

Usage:

Revision 22012-10-26 - SherriMcCormack

Line: 1 to 1
 
META TOPICPARENT name="520GenerateSubroutines"


.UTIL SUBR DELETE

Changed:
<
<
This subroutine deletes a subroutine from the Application.
>
>
This utility deletes a subroutine from the Application.
 

Usage:

Changed:
<
<
      PASS         <process_name>             FIELD            SHARE? N

>
>
      PASS         <process_name>             FIELD            SHARE? N

  PASS <Application> FIELD SHARE? N PASS <Version> FIELD SHARE? N GOSUB --- .UTIL SUBR DELETE
Line: 15 to 15
 

Description:

Changed:
<
<
This subroutine deletes a subroutine from the specified Application/Version. The <process_name> parameter is required, if it is missing, the subroutine will CANCEL.
>
>
This utility deletes a subroutine from the specified Application/Version.
 
Changed:
<
<
<process_name> is the name of the subroutine want to delete (Required).
>
>
<process_name> is the name of the subroutine want to delete (Required). This parameter is required, if it is missing, the subroutine will CANCEL.
 
Changed:
<
<
<Application> is the Application from which the process should be deleted. If not PASSed or PASSed blank, it will default to the current application.
>
>
<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.
 
Changed:
<
<
<Version> is the Version from which the process should be deleted. If not PASSed or PASSed blank, it will default to the current version.
>
>
<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.
 
Changed:
<
<
The subroutine will then be deleted from the specified application.
>
>
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.

Revision 12012-06-21 - JeanNeron

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="520GenerateSubroutines"


.UTIL SUBR DELETE

This subroutine deletes a subroutine from the Application.


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 subroutine deletes a subroutine from the specified Application/Version. The <process_name> parameter is required, if it is missing, the subroutine will CANCEL.

<process_name> is the name of the subroutine want to delete (Required).

<Application> is the Application from which the process should be deleted. If not PASSed or PASSed blank, it will default to the current application.

<Version> is the Version from which the process should be deleted. If not PASSed or PASSed blank, it will default to the current version.

The subroutine will then 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.


<--/commentPlugin-->

-- Main.JeanNeron - 2012-06-21

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback