On Fri, 3 Apr 2009 12:33:08 -0500, Darth Keller wrote:

>Minor correction:
>IF (@COL1= "") | (@COL2 = "") | (@CAD = "") THEN
>
>should be:
>IF (@COL1= "") | (@COL2 = "") | (@AD = "") THEN

Thanks, Darth.  And a change to the above test could make them optional.  If
@COL1 is not specified, set it to 1, etc.  I don't know how to set @COL2 to
the record length, but I'll bet someone will add that bit.

-- 
Tom Marchant

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to