Yes, I did notice that. I also was just putting a new version number after it, ie .V2 and it could not find the subroutine. I had to completely change the name. Not sure why.
On Tuesday, April 23, 2013 10:38:38 AM UTC-5, Charlie Noah wrote: > > Troy, > > You've probably noticed that the name in the SUBROUTINE statement > (normally line 1) needs to be the same as the actual subroutine name. > Otherwise you'll get weird results - it will be cataloged under the name in > the SUBROUTINE statement. > > Charlie > > On 04-23-2013 9:55 AM, Dan Ell wrote: > > The subroutines are shared object and therefore will not refresh until > you exit the initial jBASE program. IOW, if you are starting from a jsh > rather than the ksh or native Linux shell, then you need to exit and > re-enter that shell before the subroutine will run the changed object by > reloading it into memory. > > > > *From:* [email protected] <javascript:> > [[email protected]<javascript:>] > *On Behalf Of *troyd1 > *Sent:* Tuesday, April 23, 2013 9:47 AM > *To:* [email protected] <javascript:> > *Subject:* Subroutine catalog being ignored > > > > I inherited a 3.0 jbase install and am trying to support it. It is on a > linux machine. If I compile and catalog a subroutine, it says that it > rebuilt the subroutine library ok, but the changes are ignored. I need to > change the name of the subroutine, recompile it and then change the call > name in the calling program to get it to work. Any suggestions on what to > do with this? It kind of defeats the purpose of having a subroutine of you > need to change the calls all the time. The programs recatalog fine. > > -- > -- > IMPORTANT: T24/Globus posts are no longer accepted on this forum. > > To post, send email to [email protected] <javascript:> > To unsubscribe, send email to [email protected] <javascript:> > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "jBASE" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- > -- > IMPORTANT: T24/Globus posts are no longer accepted on this forum. > > To post, send email to [email protected] <javascript:> > To unsubscribe, send email to [email protected] <javascript:> > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "jBASE" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/groups/opt_out. > > > > > -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
