steve4king
IS-IT--Management
Simple question this time I think..
How can I grab the largest or smallest number within a record to input into a calculation?
How can I grab the largest or smallest number within a record to input into a calculation?
Code:
small1 = (smallest from invoice_no) from invoicefile1
custcount = (count records from customerfile)
use invoicefile2
repl all invoice with (invoice_no -((small1) - (custcount)+500))