RE: [U2] Basic statement

2006-03-22 Thread Eric Armstrong
Maybe Chuck wrote that program that Barry had trouble with! :) Eric Armstrong Programmer/Analyst Lobel Financial 714.816.1207 -Original Message- From: Stevenson, Charles [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 21, 2006 10:41 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2

RE: [U2] Basic statement

2006-03-21 Thread Stevenson, Charles
006 4:34 AM > >To: Stevenson, Charles > >Cc: u2-users@listserver.u2ug.org > >Subject: RE: [U2] Basic statement > > > > Buy that man a drink - that is exactly what it was. > >There was an $Include that contained an equate statement > that equated > >

RE: [U2] Basic statement

2006-03-21 Thread Ross Ferris
2 March 2006 4:34 AM >To: Stevenson, Charles >Cc: u2-users@listserver.u2ug.org >Subject: RE: [U2] Basic statement > > Buy that man a drink - that is exactly what it was. >There was an $Include that contained an equate statement >that equated CALL.TRANS.WRITE.SUB TO &#x

RE: [U2] Basic statement

2006-03-21 Thread Mike Rajkowski
Allen wrote: "Who in the world would go to all the trouble of taking a standard command and making it non-standard for no possible purpose other that to obfuscate the program???!!Gaaa!" Hopefully no one! But... Since I have not seen the code, I will make the assumption that the devel

RE: [U2] Basic statement

2006-03-21 Thread Allen E. Elwood
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Barry Rogen Sent: Tuesday, March 21, 2006 09:34 To: Stevenson, Charles Cc: u2-users@listserver.u2ug.org Subject: RE: [U2] Basic statement Buy that man a drink - that is exactly what it was. There was an

RE: [U2] Basic statement

2006-03-21 Thread Stevenson, Charles
> Buy that man a drink Chocolate Milk is my vice of choice. Hershey's powder - NOT Nestle's Quik - in whole milk (OK, yeah, Half&Half, but I'm trying to cut back.) > - that is exactly what it was. > There was an $Include that contained an equate statement that > equated CALL.TRANS.WRITE.S

RE: [U2] Basic statement

2006-03-21 Thread George Gallen
to be cataloged to point to the location where it is being stored. George > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Mark Eastwood > Sent: Tuesday, March 21, 2006 12:13 PM > To: u2-users@listserver.u2ug.org > Subject: RE: [U2] Basic state

RE: [U2] Basic statement

2006-03-21 Thread Barry Rogen
light that knows neither victory nor defeat.t. roosevelt -Original Message- From: Stevenson, Charles [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 21, 2006 11:48 AM To: Barry Rogen Subject: RE: [U2] Basic stat

Re: [U2] Basic statement

2006-03-21 Thread Geoffrey Mitchell
My guess would be that it is a literal equate. Search through the includes and see if you can find where it is equated. [EMAIL PROTECTED] wrote: >Are you sure it's not meant to go through a pre-compiler? > >Hth >Colin Alfke >Calgary Canada > > > >>-Original Message- >>From: Barry Rog

Re: [U2] Basic statement

2006-03-21 Thread will
Possibly a label? Will Williams, American COMPUTER TECHNICS, INC. [EMAIL PROTECTED] wrote: Are you sure it's not meant to go through a pre-compiler? Hth Colin Alfke Calgary Canada -Original Message- From: Barry Rogen To all, We have 'new' programs from a package I

RE: [U2] Basic statement

2006-03-21 Thread Mark Eastwood
Maybe it's an Address, is there a "GOSUB CALL.TRANS.WRITE.SUB" anywhere? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Barry Rogen Sent: Tuesday, March 21, 2006 8:55 AM To: u2-users@listserver.u2ug.org Subject: [U2] Basic statement To all,

Re: [U2] Basic statement

2006-03-21 Thread Richard Brown
That looks more like an Alpha label, as in: GOSUB CALL.TRANS.WRITE.SUB STOP CALL.TRANS.WRITE.SUB * Call the TRANS.WRITE.SUB and process ... RETURN Richard - Original Message - From: "Barry Rogen" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 21, 2006 10:55 AM Subject: [U2] Basic

RE: [U2] Basic statement

2006-03-21 Thread colin.alfke
Are you sure it's not meant to go through a pre-compiler? Hth Colin Alfke Calgary Canada >-Original Message- >From: Barry Rogen > > To all, > > We have 'new' programs from a package I need now >support. There is a Basic statement that I have never seen in >my 20+ years. Hope