Good morning everyone,
I`m curious to know... Is there a way to just check if a subprogram and entry line exist, but not execute or load that program.
Just to explain my context, I want to check if the subprogram and entry line exist. If it does, execute something and then call that subprogram and entry line.
I'm working on improving our grid loading routine to load faster though proplist and propvalue. But in some case, I want to make sure the grid is loaded before exexuting a specific subroutine, but only if that subroutine exists since that subroutine may try to alter the grid. That subroutine is in another program.
I could've use the LNO function, but it only works with the current loaded program.
I`m curious to know... Is there a way to just check if a subprogram and entry line exist, but not execute or load that program.
Just to explain my context, I want to check if the subprogram and entry line exist. If it does, execute something and then call that subprogram and entry line.
I'm working on improving our grid loading routine to load faster though proplist and propvalue. But in some case, I want to make sure the grid is loaded before exexuting a specific subroutine, but only if that subroutine exists since that subroutine may try to alter the grid. That subroutine is in another program.
I could've use the LNO function, but it only works with the current loaded program.