tibems_Sleep Function Purpose Sleep thread. C Declaration void tibems_Sleep( tibems_long milliseconds); COBOL Call CALL "tibems_Sleep" USING BY VALUE milliseconds END-CALL. COBOL usage of milliseconds is COMP-2. Parameters Parameter Description milliseconds Sleep for this interval (in milliseconds). Remarks This call instructs its calling thread to sleep for a fixed interval (in milliseconds).