The SLEEP instruction needs a time specified - SLEEP 15 (sleep for 15 seconds - at least in PicBASICPro).
Unless you are trying to use the assembly sleep instruction, then you'd write:
@ sleep
Does PicBASIC (not Pro) support the '@' insruction to insert a single line of assembly?
Bookmarks