C$SLEEP The C$SLEEP library routine suspends the running program without using CPU resources. Syntax: CALL "C$SLEEP" USING seconds Parameters: seconds any numeric data item or numeric literal Specifies the time to wait before the program execution is resumed. Decimal values are allowed. Examples: Example - Put the program to sleep for half second call "c$sleep" using 0.5