Programatically Starting System Editor (Functions/Subroutines/Programs)
Created at 16 APR 1998 04:07PM
The following code will start the system editor and automatically bring up the stored procedure you pass in with the /TN switch This code can be useful in many ways if you have the need to view your code from a running application.
Utility("RUNWIN" , "DWB /AP=<application name> /UN=<username> /TN=<application name>*STPROC**<stored procedure name>")