Generate Subroutines via ILF

This Release adds the ability to create and run a subroutine via ILF.


Overview:

This release adds the ability to create and and run a subroutine via ILF. There are 4 new API's that you use to accomplish this:

Usage

First call .UTIL SUBR CREATE to create an empty subroutine. Next, call .UTIL SUBR WRITE ILF for each statement you want to add to the subroutine. You must pass the necessary parameters for each statement. When you have added all the statements, call .UTIL SUBR CLOSE to close the subroutine and compile it. Your subroutine is now ready to run, assuming there weren't any compilation errors.

If you no longer need the subroutine, you can call .UTIL SUBR DELETE to delete it. If you do not delete it, it will remain in your application just like any other subroutine.

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