unknown error message "sh: No: not found"

I am getting this error message (sh: No: not found) and I have no idea what line in my unix script its coming from or what it means. Can anyone help?

thanks,
Cindy

put your script in debug with 'set -x' and debug from there.......

or can you post your script?