RE: [U2] Slooooooow BASIC Verb

2006-10-02 Thread Stuart . Boydell
 Stuart, you can replicate the slow BASIC verb? If so, what causes

 have you identified?



Kevin,

I think it occurs under windows too but can't check at the moment.
Basically (excuse the pun) occurs when there is NO carriage return at the
end of the last line.



On UV/AIX .



in a pc editor (Notepad.exe) typed following 3 lines:



   program test.compile.with.no.final.cr

   crt system(99)

   * last line - comment with no CR - the file stops here |



Transferred it (ascii ftp) to a basic lib folder under unix.

Then start to compile it and it stops until break key hit.



Interestingly the following variation:

   crt system(99)

   end

compiles but vlists without the final character of the line.

Eg if last line is:

   'end' = 'en'

   'end ;* comments' = 'end ;* comment'



Cheers,

Stuart





 
**
This email message and any files transmitted with it are confidential and 
intended solely for the use of addressed recipient(s). If you have received 
this communication in error, please reply to this e-mail to notify the sender 
of its incorrect delivery and then delete it and your reply.  It is your 
responsibility to check this email and any attachments for viruses and defects 
before opening or sending them on. Spotless collects personal information to 
provide and market our services. For more information about use, disclosure and 
access, see our privacy policy at http://www.spotless.com.au
Please consider our environment before printing this email.
** 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Slooooooow BASIC Verb

2006-10-01 Thread Stuart . Boydell
   From: Mark Eastwood
   I   had   similar   problem   once   because   ...  put  an  extra  CR
   (carriage-return) after last line of code; caused BASIC to hang.
   Original Message-
   I  have  a client running Unidata 5.2 on Windows NT and the BASIC verb
   is either taking several minutes to compile anything or it's hung.
   --
   Sorry for the late reply...

   I  can replicate this behaviour on *nix if there is NO carriage return
   at  the  end  of  the last text line (even comments) of a program. The
   native   U2  editors  all  suffix  a  CR  at  the  end  of  a  program
   automatically whereas other editors (PC or *nix) may not.

   Stuart

   **

   This  email message and any files transmitted with it are confidential
   and intended solely for the use of addressed recipient(s). If you have
   received  this  communication in error, please reply to this e-mail to
   notify  the  sender  of  its incorrect delivery and then delete it and
   your  reply.  It  is  your  responsibility to check this email and any
   attachments for viruses and defects before opening or sending them on.
   Spotless  collects  personal  information  to  provide  and market our
   services.  For  more information about use, disclosure and access, see
   our privacy policy at http://www.spotless.com.au

   Please consider our environment before printing this email.

   **
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Slooooooow BASIC Verb

2006-10-01 Thread Kevin King
Stuart, you can replicate the slow BASIC verb?  If so, what causes
have you identified? 

-Kevin
[EMAIL PROTECTED]
http://www.PrecisOnline.com
 
** Check out scheduled Connect! training courses at
http://www.PrecisOnline.com/train.html.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Slooooooow BASIC Verb

2006-09-27 Thread David Jordan
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-u2-
 [EMAIL PROTECTED] On Behalf Of Kevin King
 Sent: Wednesday, 27 September 2006 7:19 AM
 To: u2-users@listserver.u2ug.org
 Subject: RE: [U2] Slooow BASIC Verb
 
 I've have the ports logged off, tried again, and nothing has changed.
 Hung again.  Really wondering how I'm going to finish this project
 with a nonfunctioning BASIC verb.  I wonder if I could get the client
 to reboot overnight?
 
 -Kevin
 [EMAIL PROTECTED]
 http://www.PrecisOnline.com

Hi Kevin

Did you try compiling a different program.  I think I saw this after a
control character in the code through the compiler.
Also check any Include statements.

Regards
David Jordan
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Slooooooow BASIC Verb

2006-09-27 Thread Kevin King
System was rebooted last night and BASIC is back to operational
status.  Still can't explain it, but I'm asking around to see if
anyone was messing with environment variables or anything like that.
Probably should check the error log on that machine as well.

Thanks to all for the support and advice.

-Kevin
[EMAIL PROTECTED]
http://www.PrecisOnline.com
 
** Check out scheduled Connect! training courses at
http://www.PrecisOnline.com/train.html.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Slooooooow BASIC Verb

2006-09-26 Thread Allen E. Elwood
This happened to me once, and only once.  I logged it out from another
account and tried it again, and BINGO

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Kevin King
Sent: Tuesday, September 26, 2006 13:31
To: u2-users@listserver.u2ug.org
Subject: [U2] Slooow BASIC Verb


I have a client running Unidata 5.2 on Windows NT and the BASIC verb
is either taking several minutes to compile anything or it's hung.
This verb is defined in the VOC as...

001 V
002 BASIC

...so there's nothing goofy going on there, but once you press cr
the session is hung, no ability to break, and I've been waiting for...
20 minutes now on a 900 line program.  There are no record locks.
Command was:

BASIC BP programName

Any ideas?

-Kevin
[EMAIL PROTECTED]
http://www.PrecisOnline.com http://www.precisonline.com/

** Check out scheduled Connect! training courses at
http://www.precisonline.com/train.html
http://www.PrecisOnline.com/train.html.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Slooooooow BASIC Verb

2006-09-26 Thread Kevin King
I've have the ports logged off, tried again, and nothing has changed.
Hung again.  Really wondering how I'm going to finish this project
with a nonfunctioning BASIC verb.  I wonder if I could get the client
to reboot overnight?

-Kevin
[EMAIL PROTECTED]
http://www.PrecisOnline.com
 
** Check out scheduled Connect! training courses at
http://www.PrecisOnline.com/train.html.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Allen E.
Elwood
Sent: Tuesday, September 26, 2006 3:04 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Slooow BASIC Verb

This happened to me once, and only once.  I logged it out from another
account and tried it again, and BINGO

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Kevin King
Sent: Tuesday, September 26, 2006 13:31
To: u2-users@listserver.u2ug.org
Subject: [U2] Slooow BASIC Verb


I have a client running Unidata 5.2 on Windows NT and the BASIC verb
is either taking several minutes to compile anything or it's hung.
This verb is defined in the VOC as...

001 V
002 BASIC

...so there's nothing goofy going on there, but once you press cr
the session is hung, no ability to break, and I've been waiting for...
20 minutes now on a 900 line program.  There are no record locks.
Command was:

BASIC BP programName

Any ideas?

-Kevin
[EMAIL PROTECTED]
http://www.PrecisOnline.com http://www.precisonline.com/

** Check out scheduled Connect! training courses at
http://www.precisonline.com/train.html
http://www.PrecisOnline.com/train.html.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Slooooooow BASIC Verb

2006-09-26 Thread Mark Eastwood
I had similar problem once because programmer had used some PC based
Editor and ftp'd program back-n-forth.  Either the editor or his ftp'ng
put an extra CR (carriage-return) after last line of code; caused BASIC
to hang.

Mark

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin King
Sent: Tuesday, September 26, 2006 1:31 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Slooow BASIC Verb

I have a client running Unidata 5.2 on Windows NT and the BASIC verb
is either taking several minutes to compile anything or it's hung.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/