.UTIL SUBR CLOSE

This utility closes the subroutine you created.


Usage:

      GOSUB    --- .UTIL SUBR CLOSE
      *        Check for errors
      IF       --- .UTIL SUBR CLOSE           NE

Description:

This utility closes and compiles the subroutine you created. No parameters are required.

The subroutine will be compiled using .UTIL COMPILE PROC. Be sure to check for errors as described in the Usage area above, which includes a compile error. If there are compile errors within your subroutine, read the --- PCERR file and examine the records to see the specific errors or just look at your subroutine in Application Design.

Also see .UTIL SUBR CREATE and .UTIL SUBR DELETE.

Note that the .UTIL SUBR * group of routines share certain internal fields therefore you can only use them in a process family with share class SUBPROCESS. In other words, don't call .UTIL SUBR CREATE in one process, then .UTIL SUBR WRITE ILF in another process that you have invoked Related or Detached.

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: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r2 - 2012-10-26 - SherriMcCormack
 
  • 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