Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order. You may assume no duplicates in the array.
CHAR_FLD CHAR(10) NOT NULL WITH DEFAULT, VARCHAR_FLD VARCHAR(100) NOT NULL WITH DEFAULT, CHAR_CCSID CHAR(10) CCSID 37 NOT NULL WITH DEFAULT, VARCHAR_CCSID VARCHAR(100) CCSID 37 NOT NULL WITH DEFAULT, ...