.UTIL SUBR CLOSE

This subroutine closes the subroutine you created.


Usage:

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

Description:

This subroutine closes the subroutine you created. No parameters are required.

The subroutine will be compiled using .UTIL COMPILE PROC. To check for compile errors in your subroutine, read the --- PCERR file. If there are any records present, then there was a compile error and you can examine the records to see the specific errors or just look at the 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: 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