Re: [U2] UD Win 7.2 / Line Number with warning messages

2012-01-10 Thread Don
Wally,

Thanks, HUSHBASIC OFF was the key. 

I put it in my LOGIN paragraph that calls a basic program that executes
"UDTEXECUTE HUSHBASIC OFF" since I didn't see a UDT.OPTION to set to
override SBXA setting of this.

>>>> Excerpt for sbxa_getting_started.pdf
The following UniData environment options are set as part of the SB/XA
Application Server logon procedure:
- BASICTYPE 'P' - Sets the current BASICTYPE to be Pick-compatible.
- HUSHBASIC ON - Suppresses UniBasic error messages, leaving only UniQuery
error messages to display for UniQuery statements that execute from a
UniBasic program.

I'm not sure why this only seems to affect window versions of SB.

Thanks again for the clue,
Don Verhagen


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wally Terhune
Sent: Monday, January 09, 2012 8:35 PM
To: U2 Users List
Subject: Re: [U2] UD Win 7.2 / Line Number with warning messages

Run ECL HUSHBASIC OFF
May be set ON in SB+


Wally Terhune
U2 Support Architect
Rocket Software
4600 South Ulster Street, Suite 1100 **Denver, CO 80237 **USA
Tel: +1.720.475.8055
Email: wterh...@rs.com
Web: www.rocketsoftware.com/u2



-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Don
Sent: Monday, January 09, 2012 4:53 PM
To: U2 Users List
Subject: [U2] UD Win 7.2 / Line Number with warning messages

When I was working with UD 6.x on an HP-UX (Unix) machine I remember warning
messages such as uninitialized variables gave the line number in program. I
just installed UD 7.2 for Windows and the warning messages just give the
message no line number.

 

Am I missing some secret config option?

 

I should mention I'm also running SB 6.1.

 

Any help would be greatly appreciated.

 

Thanks,

Don Verhagen

 

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UD Win 7.2 / Line Number with warning messages

2012-01-09 Thread Wally Terhune
Run ECL HUSHBASIC OFF
May be set ON in SB+


Wally Terhune
U2 Support Architect
Rocket Software
4600 South Ulster Street, Suite 1100 **Denver, CO 80237 **USA
Tel: +1.720.475.8055
Email: wterh...@rs.com
Web: www.rocketsoftware.com/u2



-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Don
Sent: Monday, January 09, 2012 4:53 PM
To: U2 Users List
Subject: [U2] UD Win 7.2 / Line Number with warning messages

When I was working with UD 6.x on an HP-UX (Unix) machine I remember warning 
messages such as uninitialized variables gave the line number in program. I 
just installed UD 7.2 for Windows and the warning messages just give the 
message no line number.

 

Am I missing some secret config option?

 

I should mention I'm also running SB 6.1.

 

Any help would be greatly appreciated.

 

Thanks,

Don Verhagen

 

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UD Win 7.2 / Line Number with warning messages

2012-01-09 Thread Bill Haskett

Don:

I'm running UD v7.2.12 and I get the line#.

Bill


- Original Message -
*From:* u2-us...@southeast-florida.com
*To:* U2 Users List 
*Date:* 1/9/2012 3:52 PM
*Subject:* [U2] UD Win 7.2 / Line Number with warning messages

When I was working with UD 6.x on an HP-UX (Unix) machine I remember warning
messages such as uninitialized variables gave the line number in program. I
just installed UD 7.2 for Windows and the warning messages just give the
message no line number.



Am I missing some secret config option?



I should mention I'm also running SB 6.1.



Any help would be greatly appreciated.



Thanks,

Don Verhagen



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UD Win 7.2 / Line Number with warning messages

2012-01-09 Thread Robert Houben
Your programs were not compiled with debugging info, so there are no line 
numbers in them.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Don
Sent: January-09-12 3:53 PM
To: U2 Users List
Subject: [U2] UD Win 7.2 / Line Number with warning messages

When I was working with UD 6.x on an HP-UX (Unix) machine I remember warning 
messages such as uninitialized variables gave the line number in program. I 
just installed UD 7.2 for Windows and the warning messages just give the 
message no line number.



Am I missing some secret config option?



I should mention I'm also running SB 6.1.



Any help would be greatly appreciated.



Thanks,

Don Verhagen



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users



[U2] UD Win 7.2 / Line Number with warning messages

2012-01-09 Thread Don
When I was working with UD 6.x on an HP-UX (Unix) machine I remember warning
messages such as uninitialized variables gave the line number in program. I
just installed UD 7.2 for Windows and the warning messages just give the
message no line number.

 

Am I missing some secret config option?

 

I should mention I'm also running SB 6.1.

 

Any help would be greatly appreciated.

 

Thanks,

Don Verhagen

 

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users