Hi,
pc.setInteger(10, ProfessionalHigh);
if(pc.execute()) { //<----- Avoid this a wrap in side try - catch
var businessData = [];You may not want to check the return value of pc.execute() if you know what the procedure returns already. If the execution fails, the pc.execute() is expected to throw an exception.
Regards,
Dinu