.UTIL SUBR CREATE

This subroutine adds a subroutine to the Application.


Usage:

      PASS         <process_name>             FIELD            SHARE? N
      PASS         <process_desc>             FIELD            SHARE? N
      PASS         <Application>              FIELD            SHARE? N
      PASS         <Version>                  FIELD            SHARE? N
      GOSUB    --- .UTIL SUBR CREATE
      *        Check for errors
      IF       --- .UTIL SUBR CREATE          NE

Description:

This subroutine adds a subroutine to 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 add (Required).

<process_desc> is a description of the process (Optional). If not PASSed or PASSed blank, it will default to the Process Name.

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

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

The subroutine will be added to the specified application. You can then begin adding statements to the subroutine via .UTIL SUBR WRITE ILF.

Also see .UTIL SUBR CLOSE and .UTIL SUBR DELETE.

Comments:

Read what other users have said about this page or add your own comments.


-- JeanNeron - 2012-06-20

Edit | Attach | Watch | Print version | History: r6 | r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r1 - 2012-06-20 - JeanNeron
 
  • Edit
  • Attach
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