[U2] A Thursday Quandry...

2012-01-26 Thread David Wolverton
UniData. I have an external subroutine we call thousands of times within a program (does G/L Account assembly from all the 'pieces' of data). Our logic was that making it an 'included' subroutine within the program would make it perform faster, and I think that was a good call. Now it sort

Re: [U2] A Thursday Quandry...

2012-01-26 Thread Daniel McGrath
Wolverton Sent: Thursday, January 26, 2012 1:25 PM To: 'U2 Users List' Subject: [U2] A Thursday Quandry... UniData. I have an external subroutine we call thousands of times within a program (does G/L Account assembly from all the 'pieces' of data). Our logic was that making it an 'included

Re: [U2] A Thursday Quandry...

2012-01-26 Thread Dave Laansma
Of David Wolverton Sent: Thursday, January 26, 2012 1:25 PM To: 'U2 Users List' Subject: [U2] A Thursday Quandry... UniData. I have an external subroutine we call thousands of times within a program (does G/L Account assembly from all the 'pieces' of data). Our logic was that making

Re: [U2] A Thursday Quandry...

2012-01-26 Thread Daniel McGrath
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dave Laansma Sent: Thursday, January 26, 2012 2:10 PM To: U2 Users List Subject: Re: [U2] A Thursday Quandry... With all due respect ... ew! Put the DEBUG command in the INCLUDED code or make it a subroutine for the purpose

Re: [U2] A Thursday Quandry...

2012-01-26 Thread Dan Goble
We have used the -D and -Z2 options when compiling and it lets us see the code from the included items when in the debugger. -Dan Dan Goble | IT Senior Software Engineer Interline Brands, Inc. 804 East Gate Drive Suite 100, Mount Laurel, NJ 08054 Office: 856.533.3110 | Mobile: 609.792.6855

Re: [U2] A Thursday Quandry...

2012-01-26 Thread Dan Goble
: Re: [U2] A Thursday Quandry... I've ALWAYS done the -Z ... never noticed the -Z2 option -- that would read as if it's the answer! I'll give that a try. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan Goble Sent

Re: [U2] A Thursday Quandry...

2012-01-26 Thread Tony Gravagno
Dan hit it on the head. I have such a pre-processor (somewhere?) written several times over in angst when working on various systems. David - I'll try to find it today and send it over, then will probably post to my website. T From: Daniel McGrath The way I've seen this handled before was by