Re: [U2] test

2011-09-28 Thread Gregor Scott
Worked -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Jordan Sent: Wednesday, 28 September 2011 4:20 PM To: U2 Users List Subject: [U2] test test ___ U2-Users

Re: [U2] test

2011-09-28 Thread Womack, Adrian
Test reply - DISCLAIMER: Disclaimer. This e-mail is private and confidential. If you are not the intended recipient, please advise us by return e-mail immediately, and delete the e-mail and any attachments without using or disclosing the contents in any way. The

Re: [U2] Test ... please ignore

2010-08-18 Thread Bob Rasmussen
On Wed, 18 Aug 2010, Larry Hiscock wrote: Test, please ignore I'm trying... I'm trying... Oh, I just can't! ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users Regards, Bob

Re: [U2] Test ... please ignore

2010-08-18 Thread Bob Woodward
Don't look at the light!!! Close your eyes and DON'T LOOK AT THE LIGHT!! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Larry Hiscock Sent: Wednesday, August 18, 2010 1:30 PM To: 'U2 Users List' Subject: [U2] Test

Re: [U2] Test

2009-09-09 Thread Barber, Bonnie
Your test message was received by me :-) -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ron White Sent: Tuesday, September 08, 2009 3:08 PM To: u2-users@listserver.u2ug.org Subject: [U2] Test Just a test. No

RE: [U2] test - no email since 12-05

2008-12-10 Thread Anthony Youngman
Nothing since the twelfth of May!?!? Mind you, it has been a bit quiet these last few days :-) Cheers, Wol -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Richardson Sent: 10 December 2008 12:48 To: u2-users@listserver.u2ug.org Subject: [U2] test

RE: [U2] test - no email since 12-05

2008-12-10 Thread Dave R
Don't know, I thought it was broken Dave R e Fax (815)4259364 P.O. Box 17811, Irvine CA 92623-7811 -- Anthony Youngman [EMAIL PROTECTED] wrote: Nothing since the twelfth of May!?!? Mind you, it has been a bit quiet these last few days :-) Cheers, Wol -Original Message- From: [EMAIL

RE: [U2] Test Account for Development.

2008-05-23 Thread Brutzman, Bill
A little cron job could be setup to backup the company data to disk... hourly. --Bill -Original Message- Subject: RE: [U2] Test Account for Development. The perennial question is how much money would it cost the company to hand enter all the transactions for one day, if some program

RE: [U2] Test Account for Development.

2008-05-22 Thread Garry Smith
How do you make critical program changes for update routines against your production databases? The creation of a separate account for testing and training is a keystone for good program development. The ingrained mindset needs to changed by you the new kid to take the shop forward in basic

Re: [U2] test for a unix file?

2008-03-04 Thread Ray Wurlod
If all the files are in the same directory, use OPENPATH to open the directory into a common variable (if it's not already open), then use READV with 0 as the field number. FUNCTION DOODLE(DIRPATH,FILENAME) COMMON /DOODLE/FILEVAR IF FILEINFO(FILEVAR,0) ELSE OPENPATH (DIRPATH)

RE: [U2] test for a unix file?

2008-03-04 Thread David A. Green
I use DIR() Function. Thanks, David A. Green www.dagconsulting.com (480) 813-1725 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Ballinger Sent: Monday, March 03, 2008 6:28 PM To: u2-users@listserver.u2ug.org Subject: [U2] test for a unix file?

Re: [U2] test for a unix file?

2008-03-04 Thread Scott Ballinger
Thanks all; test -e (for files) or test -d (for directories) seems to be what I was looking for. What is DIR() ? I don't find it in HELP BASIC DIR and it won't compile (no matter how I use it I get array DIR never dimensioned). /Scott On Tue, Mar 4, 2008 at 6:33 AM, David A. Green [EMAIL

RE: [U2] test for a unix file?

2008-03-04 Thread Bill Haskett
@listserver.u2ug.org Subject: Re: [U2] test for a unix file? Thanks all; test -e (for files) or test -d (for directories) seems to be what I was looking for. What is DIR() ? I don't find it in HELP BASIC DIR and it won't compile (no matter how I use it I get array DIR never dimensioned). /Scott On Tue

Re: [U2] test for a unix file?

2008-03-04 Thread doug chanco
or directory . Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Ballinger Sent: Tuesday, March 04, 2008 8:28 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] test for a unix file? Thanks all; test -e (for files) or test -d (for directories

Re: [U2] test for a unix file?

2008-03-03 Thread Craig Bennett
Hi Scott, how about OPENSEQ? or if the files are in your local account (and are not subdirectories) OPEN UFD TO UFD ELSE STOP READV EXISTS FROM UFD, FILENAME, 0 ON ERROR ANS = @FALSE END THEN ANS = @TRUE ELSE ANS = @FALSE END HTH, Craig Scott Ballinger wrote: I have a standard

Re: [U2] test for a unix file?

2008-03-03 Thread doug chanco
I have not had time to test this with lots of files BUT you can try it (I think it will be much faster than what your doing in your code BUT I may be wrong) anyway what I did was create a simple shell script that you call with a FULLY pathed file name (unless you are in the directory that you

RE: [U2] test for a unix file?

2008-03-03 Thread Jef Lee
Scott, Change your Unix command to:- EXECUTE SH -c 'test -e :FILENAME: echo yes || echo no' CAPTURING XXX XXX will contain yes or no depending on whether the file exists. That is subject to your access to the file and it parent folder tree. So no could mean that the file cannot be seen by

RE: [U2] Test

2007-04-16 Thread Bob Woodward
Turning back to message I'm ignoring you. BobW -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Moderator Sent: Monday, April 16, 2007 10:57 AM To: u2-users@listserver.u2ug.org Subject: [U2] Test Testing the lists. Please ignore. --- u2-users

RE: [U2] test

2006-02-24 Thread Allen E. Elwood
I have received 90 messages from the list since and including Monday, fwiw... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dianne Ackerman Sent: Friday, February 24, 2006 06:45 To: U2 List Server Subject: [U2] test Test - I haven't received any emails

Re: RE: [U2] test

2006-02-24 Thread steve_cashman
Thank you for your email. I am out of the office until Monday 6th March. If you need assistance please contact Ania at [EMAIL PROTECTED] or Alan Jeffs Thanks Steve --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Test

2005-02-22 Thread Kevin King
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Laura Hirsh Sent: Tuesday, February 22, 2005 5:57 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Test Hey Kevin, Glad to hear that the programming competition went well! It sounded like such a great idea... I'm guessing big grin

Re: [U2] Test

2005-02-22 Thread FFT2001
In a message dated 2/22/2005 8:00:19 AM Pacific Standard Time, [EMAIL PROTECTED] writes: Not a 'real' holiday. Only some companies get this day off. I was at work and got no messages on Monday. They all came today, Tuesday. Marilyn isn't President's Day a federal holiday? Maybe your

RE: [U2] Test

2005-02-22 Thread Larry Hiscock
, 2005 8:20 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Test In a message dated 2/22/2005 8:00:19 AM Pacific Standard Time, [EMAIL PROTECTED] writes: Not a 'real' holiday. Only some companies get this day off. I was at work and got no messages on Monday. They all came today, Tuesday

RE: [U2] Test

2005-02-22 Thread Marilyn Hilb
, 2005 10:20 AM To: u2-users@listserver.u2ug.org Subject:Re: [U2] Test In a message dated 2/22/2005 8:00:19 AM Pacific Standard Time, [EMAIL PROTECTED] writes: Not a 'real' holiday. Only some companies get this day off. I was at work and got no messages on Monday. They all came today

Re: [U2] Test

2005-02-22 Thread Clifton Oliver
@listserver.u2ug.org Subject: RE: [U2] Test Hey Kevin, Glad to hear that the programming competition went well! It sounded like such a great idea... I'm guessing big grin that you wrote something using a... SB+??? Would you mind sharing some details for those of us who weren't able to attend? Like

Re: [U2] Test

2005-02-22 Thread Mark Johnson
Enlighten me on this 'programming competition'. Can't wait to see it. Thanks. - Original Message - From: Kevin King [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Monday, February 21, 2005 11:15 PM Subject: RE: [U2] Test Everyone's en route to Spectrum, me thinks

RE: [U2] Test

2005-02-21 Thread Kevin King
Everyone's en route to Spectrum, me thinks. Incidentally, the programming competition today was a blast! -Kevin [EMAIL PROTECTED] http://www.PrecisOnline.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allen E. Elwood Sent: Thursday, February 21,

RE: [U2] Test

2005-02-21 Thread Lance Jahnke
Works for me -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allen E. Elwood Sent: Thursday, February 21, 2002 4:07 PM To: U2-Users Subject: [U2] Test Hey, is this thing working today? Seems awfully quite after for a list that normally gets at least 50

RE: [U2] Test

2005-02-21 Thread Mark Eastwood
It's a holiday in the USA. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Allen E. Elwood Sent: Thursday, February 21, 2002 5:07 PM To: U2-Users Subject: [U2] Test Hey, is this thing working today? Seems awfully quite after for a list that

RE: [U2] test

2004-11-27 Thread Allen E. Elwood
, 2004 07:55 To: [EMAIL PROTECTED] Subject: RE: [U2] test Les, More to do with Thanksgiving than anything else. Personally, I can only face one turkey dinner per year... Simon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Les Hewkin Sent: 26 November 2004

Memo: Re: [U2] test

2004-11-26 Thread asvin . dattani
it was thanksgiving yesterday in the states, so I guess most people have taken the weekend off... Les Hewkin [EMAIL PROTECTED] on 26 Nov 2004 14:25 Please respond to [EMAIL PROTECTED] Sent by:[EMAIL PROTECTED] To:U2 Users (E-mail) [EMAIL PROTECTED] cc: bcc: Subject:[U2]test

RE: [U2] test

2004-11-26 Thread Robert Paterson
Don't forget that this is Thanksgiving weekend... It will be very quiet. Robert Paterson Technology Support Manager www.epicor.com Tel.: +44 (1344) 468231 Cell: +44 (7799) 348513 Fax: +44 (1344) 468050 E-Mail: [EMAIL PROTECTED] 1 The Arena, Downshire Way, Bracknell, Berks, UK, RG12 1PU This

RE: [U2] test

2004-11-26 Thread Andy Moore
DISCLAIMER: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please delete it and notify the sender immediately. Please note that there is no guarantee

RE: [U2] test

2004-11-26 Thread DAWES, Ray
Thanksgiving? -Original Message- From: Les Hewkin [mailto:[EMAIL PROTECTED] Sent: 26 November 2004 14:25 To: U2 Users (E-mail) Subject: [U2] test Are the lists up and running? I haven't seen any post for nearly 24 hours Les. This e-mail and any attachments are confidential and

Re: [U2] test

2004-11-26 Thread Gordon J Glorfield
Yes the lists are up. It was Thanksgiving yesterday in the USA. Most folks take today off as well. Except for a few of us wage slaves that is. Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-360-8839 [EMAIL PROTECTED] wrote on 11/26/2004 09:25:09 AM: Are

RE: [U2] test

2004-11-26 Thread Simon Carter
Les, More to do with Thanksgiving than anything else. Personally, I can only face one turkey dinner per year... Simon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Les Hewkin Sent: 26 November 2004 14:25 To: U2 Users (E-mail) Subject: [U2] test Are

RE: [U2] test

2004-11-26 Thread u2
[EMAIL PROTECTED] wrote: Les, More to do with Thanksgiving than anything else. Personally, I can only face one turkey dinner per year... Well, you could always have traditional fare instead. It's supposed to be goose on 25th December. And a decent goose doesn't leave you eating bird

RE: [U2] test

2004-11-26 Thread Jefferson, Jim
Santa: Let me explain. ... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gordon J Glorfield Sent: Friday, November 26, 2004 9:54 AM To: [EMAIL PROTECTED] Subject:Re: [U2] test Yes the lists are up. It was Thanksgiving yesterday in the USA

Re: [U2] test

2004-11-26 Thread Stu Glancy
U.S. holiday. It originated in the autumn of 1621 when Plymouth governor William Bradford /needmore invited neighbouring Indians to join the Pilgrims for a three-day festival of recreation and feasting in gratitude for the bounty of the season, which had been partly enabled by the Indians'

RE: [U2] Test - please ignore

2004-05-04 Thread Hanwell, David
-Original Message- From: [EMAIL PROTECTED] On Behalf Of Logan, David (SST - Adelaide) Sent: Monday, May 03, 2004 11:56 PM EDT To: [EMAIL PROTECTED] Subject: RE: [U2] Test - please ignore Is that a stripper without music? David Logan Database Administrator HP Managed Services 139 Frome Street

RE: [U2] Test - please ignore

2004-05-03 Thread Logan, David (SST - Adelaide)
Title: Message Is that a stripper without music? David Logan Database Administrator HP Managed Services 139 Frome Street, Adelaide 5000 Australia +61 8 8408 4273 - Work +61 417 268 665 - Mobile +61 8 8408 4259 - Fax -Original Message-From: [EMAIL PROTECTED]