RE: [U2] Universe 20.1 itype perf enhancer

2008-01-28 Thread David Wolverton
@listserver.u2ug.org Subject: Re: [U2] Universe 20.1 itype perf enhancer Hi John, As you surmised, this is not a new trick. Here is my version: SUBROUTINE OPEN.FILE.SUB(FILENAME,FILEVAR,ERROR) * open filename to filevar, keep opened files in named common * 01-20-01 asb COMMON

Re: [U2] Universe 20.1 itype perf enhancer

2008-01-25 Thread Kevin King
On Jan 24, 2008 3:31 PM, Bernard Lubin [EMAIL PROTECTED] wrote: As the common block remains alive for the duration of your login, you will also need to take into account cross-logging across multiple accounts. Oh yes, absolutely. Essential note here! --- u2-users mailing list

Re: [U2] Universe 20.1 itype perf enhancer

2008-01-24 Thread Scott Ballinger
Hi John, As you surmised, this is not a new trick. Here is my version: SUBROUTINE OPEN.FILE.SUB(FILENAME,FILEVAR,ERROR) * open filename to filevar, keep opened files in named common * 01-20-01 asb COMMON /OPEN.FILE.SUB/ FILENAMES,FILEVARS(1000) IF ASSIGNED(FILENAMES) ELSE FILENAMES = END

Re: [U2] Universe 20.1 itype perf enhancer

2008-01-24 Thread Kevin King
This is good stuff. However, two things to keep in mind. The name of the common block must be unique so that it doesn't inadvertently collide with other programs. Named common stays alive your entire login session so if you use the same name with different configurations you could break

RE: [U2] Universe 20.1 itype perf enhancer

2008-01-24 Thread David Murray
Murray .learn and do .excel and share -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Ballinger Sent: Thursday, January 24, 2008 11:37 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Universe 20.1 itype perf enhancer Hi John, As you surmised

Re: [U2] Universe 20.1 itype perf enhancer

2008-01-24 Thread john reid
@listserver.u2ug.org Subject: Re: [U2] Universe 20.1 itype perf enhancer Hi John, As you surmised, this is not a new trick. Here is my version: SUBROUTINE OPEN.FILE.SUB(FILENAME,FILEVAR,ERROR) * open filename to filevar, keep opened files in named common * 01-20-01 asb COMMON /OPEN.FILE.SUB/ FILENAMES

RE: [U2] Universe 20.1 itype perf enhancer

2008-01-24 Thread Bernard Lubin
As the common block remains alive for the duration of your login, you will also need to take into account cross-logging across multiple accounts. If you have multiple accounts, then you will need to reset the common block whenever you logto another account. Alternatively, you could build some

Re: [U2] Universe 20.1 itype perf enhancer

2008-01-24 Thread Anthony W. Youngman
In message [EMAIL PROTECTED], Kevin King [EMAIL PROTECTED] writes The performance gains by this technique can be immense, especially on UV (that seems to have a little more overhead than UD in opening files). Regardless of the platform, the less code executed in each iteration, the more

RE: [U2] Universe 20.1 itype perf enhancer

2008-01-24 Thread John Jenkins
[ organiser ] and Bent Pristed [ host ] I seem to recall). And what hosts !! Regards JayJay -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony W. Youngman Sent: 24 January 2008 22:41 To: u2-users@listserver.u2ug.org Subject: Re: [U2] Universe 20.1

RE: [U2] Universe 20.1 itype perf enhancer

2008-01-24 Thread Ray Wurlod
Are you saying that this technique won't work till version 20.1 is released? =8^D --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Universe 20.1 itype perf enhancer

2008-01-24 Thread Ross Ferris
@listserver.u2ug.org Subject: RE: [U2] Universe 20.1 itype perf enhancer Are you saying that this technique won't work till version 20.1 is released? =8^D --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/ --- u2-users mailing list u2-users