RE: [U2] [UV] Forcing Subroutine to be Re-read

2006-05-04 Thread Gyle Iverson
Does anyone know of a way that I can force the background job to reread the subroutine? Hello, Scott. There is no method to do this without making changes to the subroutine caller. If you use the CALL form of: Foo = Foo . . Call @Foo(stuff) Reassigning Foo = Foo abandons a previously cached

Re: [U2] [UV] Forcing Subroutine to be Re-read

2006-05-03 Thread Mats Carlid
Are You calling them indirectly ? I.e. like : subr = nameOfSubroutine call @subr( args ) This technique will 'force' the subs 'in memory' whereas call nameOfSubroutine(args) should start a search for the subroutine. How this search is done and especially if it will force a fresh copy I

RE: [U2] [UV] Forcing Subroutine to be Re-read

2006-05-02 Thread Trevor Fulton
NEWPCODE on Unidata does this, I do not know if the same command is available in Universe. Trevor. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 02 May 2006 19:03 To: u2-Users Subject: [U2] [UV] Forcing Subroutine to be Re-read

RE: [U2] [UV] Forcing Subroutine to be Re-read

2006-05-02 Thread Allen E. Elwood
:[EMAIL PROTECTED] Behalf Of Trevor Fulton Sent: Tuesday, May 02, 2006 11:42 To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UV] Forcing Subroutine to be Re-read NEWPCODE on Unidata does this, I do not know if the same command is available in Universe. Trevor. -Original Message- From

RE: [U2] [UV] Forcing Subroutine to be Re-read

2006-05-02 Thread u2
-Users Subject: [U2] [UV] Forcing Subroutine to be Re-read Hi all, UV9.6.1.14 HPUX 11 I have a background processor that calls a number of subroutines. Everytime I make a change to any of the subroutines, I have to shutdown the job and restart it because the subroutine is still