Cron executes scripts under sh so if you want to run a Korn shell script you should put the line

#!/usr/bin/ksh

as the first line in your script. Make sure that you have the correct path to the ksh file, it may be somewhere other than /usr/bin