Re: [U2] Code Coverage Project

2009-11-29 Thread Dan McGrath
Hey Charlie,

If you get it working in jBASE can you send a copy back so I can create a
jBASE branch for it? If you need me to explain what is going on in a
section, feel free to ask.

Cheers,
Dan

--

Message: 3
Date: Sat, 28 Nov 2009 07:10:38 -0600
From: Charlie Noah
To: U2 Users List u2-users@listserver.u2ug.org
Subject: Re: [U2] Code Coverage Project
Message-ID: 4b11214e.2090...@comcast.net
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

If I can get it to work in Jbase (assuming I can figure out how it
works), I will definitely use it as a programming tool. Anything I can
do to keep egg off my face, as well as keeping my boss from asking just
how much I had tested,  is a good thing, and trying to test every
pathway through a program is hard! I think most of us would agree that a
programmer is not the best person to test his/her own work.

Charlie Noah
Sr. Systems Analyst
Inland Truck Parts Company
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Code Coverage Project

2009-11-29 Thread Charlie Noah

Will do, Dan.

Charlie

On 11-29-2009 3:49 AM, Dan McGrath wrote:

Hey Charlie,

If you get it working in jBASE can you send a copy back so I can create a
jBASE branch for it? If you need me to explain what is going on in a
section, feel free to ask.

Cheers,
Dan

--

Message: 3
Date: Sat, 28 Nov 2009 07:10:38 -0600
From: Charlie Noah
To: U2 Users List u2-users@listserver.u2ug.org
Subject: Re: [U2] Code Coverage Project
Message-ID: 4b11214e.2090...@comcast.net
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

If I can get it to work in Jbase (assuming I can figure out how it
works), I will definitely use it as a programming tool. Anything I can
do to keep egg off my face, as well as keeping my boss from asking just
how much I had tested,  is a good thing, and trying to test every
pathway through a program is hard! I think most of us would agree that a
programmer is not the best person to test his/her own work.

Charlie Noah
Sr. Systems Analyst
Inland Truck Parts Company
___
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] errlog question

2009-11-29 Thread Doug Chanco
Can anyone shed any light on what the below message means?

 

Sun Nov 29 18:08:54  -12729 yavegrt Program
CONVERT.BASENUM.SKU.INFO.SORT: Line 221, Message[040037]

 

Sun Nov 29 18:13:12  -8275 carbas 11949-KARS is not present on file.

Sun Nov 29 18:13:56  -4529 brewbr 1962583 is not present on file.

 

I am mostly curious about :

 

the negative number (-12729 ) and the Message[040037]  

 

The first one is obviously a problem in one of our programs (not sure
what the message[] means) but the second one is a bit confusing and I am
hoping the negative numbers might mean something useful

 

thanks

 

dougc

 

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


Re: [U2] errlog question

2009-11-29 Thread andy baum
Doug,


12729 is the process id, the - indicates it is a background job.

HTH,

Andy


- Original Message 
From: Doug Chanco dcha...@sportsendeavors.com
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Sun, 29 November, 2009 23:59:02
Subject: [U2] errlog question

Can anyone shed any light on what the below message means?



Sun Nov 29 18:08:54  -12729 yavegrt Program
CONVERT.BASENUM.SKU.INFO.SORT: Line 221, Message[040037]



Sun Nov 29 18:13:12  -8275 carbas 11949-KARS is not present on file.

Sun Nov 29 18:13:56  -4529 brewbr 1962583 is not present on file.



I am mostly curious about :



the negative number (-12729 ) and the Message[040037]  



The first one is obviously a problem in one of our programs (not sure
what the message[] means) but the second one is a bit confusing and I am
hoping the negative numbers might mean something useful



thanks



dougc



___
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] errlog question

2009-11-29 Thread andy baum
Doug,


Should have mentioned that 040037 means Variable unassigned.

Andy


- Original Message 
From: Doug Chanco dcha...@sportsendeavors.com
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Sun, 29 November, 2009 23:59:02
Subject: [U2] errlog question

Can anyone shed any light on what the below message means?



Sun Nov 29 18:08:54  -12729 yavegrt Program
CONVERT.BASENUM.SKU.INFO.SORT: Line 221, Message[040037]



Sun Nov 29 18:13:12  -8275 carbas 11949-KARS is not present on file.

Sun Nov 29 18:13:56  -4529 brewbr 1962583 is not present on file.



I am mostly curious about :



the negative number (-12729 ) and the Message[040037]  



The first one is obviously a problem in one of our programs (not sure
what the message[] means) but the second one is a bit confusing and I am
hoping the negative numbers might mean something useful



thanks



dougc



___
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] errlog question

2009-11-29 Thread Hona, David
BTW: The messages numbers are all in SYS.MESSAGE file.


-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of andy baum
Sent: Monday, 30 November 2009 11:15 AM
To: U2 Users List
Subject: Re: [U2] errlog question

Doug,


Should have mentioned that 040037 means Variable unassigned.

Andy


- Original Message 
From: Doug Chanco dcha...@sportsendeavors.com
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Sun, 29 November, 2009 23:59:02
Subject: [U2] errlog question

Can anyone shed any light on what the below message means?



Sun Nov 29 18:08:54  -12729 yavegrt Program
CONVERT.BASENUM.SKU.INFO.SORT: Line 221, Message[040037]



Sun Nov 29 18:13:12  -8275 carbas 11949-KARS is not present on file.

Sun Nov 29 18:13:56  -4529 brewbr 1962583 is not present on file.



I am mostly curious about :



the negative number (-12729 ) and the Message[040037]  



The first one is obviously a problem in one of our programs (not sure
what the message[] means) but the second one is a bit confusing and I am
hoping the negative numbers might mean something useful


** IMPORTANT MESSAGE *   
This e-mail message is intended only for the addressee(s) and contains 
information which may be
confidential. 
If you are not the intended recipient please advise the sender by return email, 
do not use or
disclose the contents, and delete the message and any attachments from your 
system. Unless
specifically indicated, this email does not constitute formal advice or 
commitment by the sender
or the Commonwealth Bank of Australia (ABN 48 123 123 124) or its subsidiaries. 
We can be contacted through our web site: commbank.com.au. 
If you no longer wish to receive commercial electronic messages from us, please 
reply to this
e-mail by typing Unsubscribe in the subject line. 
**



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


[U2] How to Extract Selected multivalue colums

2009-11-29 Thread Dattatraya

Dear All

I have a following program to extract pipe delimated data, but I want to
select only some columns how to do that? and how to split output file after
some records ( ie 1 or 2 ) .
-
OPEN 'CUSTOMER' TO FIL ELSE STOP 201 'CUSTOMER'
OPENSEQ 'CUSTOMER.CSV' TO CSVFIL ELSE NULL
WEOFSEQ CSVFIL
SELECT FIL
LOOP WHILE READNEXT ID DO
READ REC FROM FIL,ID THEN
LINE = '' : CHANGE(CHANGE(REC,@AM,'|'),@VM,'|') : '|':ID
WRITESEQ LINE ON CSVFIL ELSE CRT 'CAN NOT EWRITE TO CSV FILE'
END
REPEAT
---

Regards
Dattatraya

-- 
View this message in context: 
http://old.nabble.com/How-to-Extract-Selected-multivalue-colums-tp26569624p26569624.html
Sent from the U2 - Users mailing list archive at Nabble.com.

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