I have solved a similar problem using the PARTITION BY functions in V5R4, but would be interested in the code for your UDF also.
Thanks,
Jeff Young
Sr. Programmer Analyst
IBM -e(logo) server Certified Systems Exper - iSeries Technical Solutions V5R2
IBM Certified Specialist- e(logo) server i5Series Technical Solutions Designer V5R3
IBM Certified Specialist- e(logo)server i5Series Technical Solutions Implementer V5R3
________________________________
From: sjl <sjl_abc@xxxxxxxxxxx>
To: midrange-l@xxxxxxxxxxxx
Sent: Wednesday, November 12, 2008 10:47:12 AM
Subject: Re: SQL Insert with an incrementing line number
Rick -
I have a UDF program that will do this for you. I'll forward a copy to you
with instructions on how to create the UDF...
- sjl
"rick baird" <rick.baird@xxxxxxxxx> wrote in message
news:mailman.3977.1226501791.13295.midrange-l@xxxxxxxxxxxxxxx
Hey all, can this be done with sql?
insert from one file into another -
"from" file has duplicates for order#, no line.
"to" file keyed by order# / line
I want to auto generate the line number in the "to" file, incrementing
by one for each group of orders, resetting on a change in order
numbers.
I looked at NEXT VALUE using sequence objects, but that doesn't seem
to allow the reset on order number breaks.
Thanks in advance,
Rick