RE: [U2] Subroutine utility

2005-02-28 Thread Dana Baron
Sent: Wednesday, February 23, 2005 11:26 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Subroutine utility CCE was written ~15 years ago and I'm not sure if it was on an Ultimate or NCR, but either way it was an old, old implementation. If I knew back then... Anyway, it runs from a proc:

RE: [U2] Subroutine utility

2005-02-23 Thread Bjorn Behr
5 07:01 To: u2-users@listserver.u2ug.org Subject: RE: [U2] Subroutine utility Thanks, Bjorn. There doesn't seem to be a need for the System Builder $INCLUDE or the call to SET.COMMON as long as the AM entries are changed to @AM. I'm curious, though, as to why you would write it

RE: [U2] Subroutine utility

2005-02-23 Thread Kevin King
ECTED] http://www.PrecisOnline.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jef Lee Sent: Wednesday, February 23, 2005 5:58 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Subroutine utility Me too please? Jef Lee IT Vision Level 3 Kirin C

RE: [U2] Subroutine utility

2005-02-23 Thread Jef Lee
Me too please? Jef Lee IT Vision Level 3 Kirin Centre, 15 Ogilvie Road, APPLECROSS, WA 6153 Tel: (08) 9315 7000 Fax: (08) 9315 7088 P O Box 881, Canning Bridge, WA 6153 A.C.N. 068 914 867 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u

RE: [U2] Subroutine utility

2005-02-23 Thread Bob Woodward
eeds but I was just wondering. BobW > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-u2- > [EMAIL PROTECTED] On Behalf Of Bjorn Behr > Sent: Wednesday, February 23, 2005 12:22 AM > To: u2-users@listserver.u2ug.org > Subject: RE: [U2] Subroutine utility > &g

RE: [U2] Subroutine utility - another version

2005-02-23 Thread Trevor Ockenden
Years ago I wrote just such a routine. I have included it here as it isn't too large. Let me know what you think of it. Please note, this is an example of code I wrote many years ago and was written as a tool for me so minimal doco etc. During the analysis phase you can optionally see the calls a

Re: [U2] Subroutine utility

2005-02-23 Thread CWNoah2
Kevin, Can I throw a "me, too" in? Thanks, Charlie Noah [EMAIL PROTECTED] (mailto:[EMAIL PROTECTED]) [EMAIL PROTECTED] (mailto:[EMAIL PROTECTED]) writes: Kevin - Funny. In my office we were just talking about the need for such a program. Would you mind sending me a copy, too? Jim

RE: [U2] Subroutine utility

2005-02-23 Thread Bjorn Behr
Here is one I wrote a whle back, when I needed it. It currently looks for any call statements and explodes them and displays it in a tree structure.. Of course, to can be modified to suit your needs. Regards Bjorn Program Start: PROGRAM GET.CALL * ---

RE: [U2] Subroutine utility

2005-02-22 Thread Webmaster
t; To: u2-users@listserver.u2ug.org > Subject: RE: [U2] Subroutine utility > > > Yeah, my mistake. I think I'm going to rewrite this thing to fix the > "if I knew back then" issues. Then I'll post on the wiki. > > -Original Message- > From: [EMAIL PROTECTED]

RE: [U2] Subroutine utility

2005-02-22 Thread Kevin King
6:42 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Subroutine utility The attachments didn't come through here. Maybe you could post it on pickwiki... http://www.pickwiki.com/cgi-bin/wiki.pl?BasicSource Cheers. S -Original Message- From: Kevin [demime 1.01d removed an attac

RE: [U2] Subroutine utility

2005-02-22 Thread Stevenson, Charles
> Have any of you every seen or heard of a utility that would > take a Pick program and identify what programs were called > by that program and continue to transverse down those > programs until all programs were identified? SoftWhere, Toledo & Assoc. Thorough, excellent product. Cheaply price

RE: [U2] Subroutine utility

2005-02-22 Thread Bob Woodward
t; [EMAIL PROTECTED] On Behalf Of Kevin King > Sent: Tuesday, February 22, 2005 4:44 PM > To: u2-users@listserver.u2ug.org > Subject: RE: [U2] Subroutine utility > > One detail, this was written to run from a PQ proc: > > PQ > HRUN filename CCE > P > [snip]

RE: [U2] Subroutine utility

2005-02-22 Thread Stuart . Boydell
The attachments didn't come through here. Maybe you could post it on pickwiki... http://www.pickwiki.com/cgi-bin/wiki.pl?BasicSource Cheers. S -Original Message- From: Kevin [demime 1.01d removed an attachment of type application/octet-stream which had a name of SENTENCE] [demime 1.

RE: [U2] Subroutine utility

2005-02-22 Thread Kevin King
One detail, this was written to run from a PQ proc: PQ HRUN filename CCE P -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: Tuesday, February 22, 2005 4:49 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Subroutine utility I&#

RE: [U2] Subroutine utility

2005-02-22 Thread Kevin King
Sorry, missed a couple of components. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: Tuesday, February 22, 2005 4:49 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Subroutine utility I'd be interested in taking a gander

RE: [U2] Subroutine utility

2005-02-22 Thread Jim Bullock
Kevin - Funny. In my office we were just talking about the need for such a program. Would you mind sending me a copy, too? Jim --- Kevin King <[EMAIL PROTECTED]> wrote: > Yeah, I have a program named CCE (Calls, Chains, and Executes) that > does that very thing. I haven't looked at it in yea

RE: [U2] Subroutine utility

2005-02-22 Thread Bob Woodward
users@listserver.u2ug.org > Subject: RE: [U2] Subroutine utility > > Yeah, I have a program named CCE (Calls, Chains, and Executes) that > does that very thing. I haven't looked at it in years, but I'd be > willing to provide it if you'd like to check it out. > > -

RE: [U2] Subroutine utility

2005-02-22 Thread Kevin King
Yeah, I have a program named CCE (Calls, Chains, and Executes) that does that very thing. I haven't looked at it in years, but I'd be willing to provide it if you'd like to check it out. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Horn, John Sent: Tue