Sleep: Difference between revisions

3 bytes added ,  10 years ago
m
→‎{{header|COBOL}}: Corrected compiler name.
(FBSL)
m (→‎{{header|COBOL}}: Corrected compiler name.)
Line 213:
There are two methods for putting the program to sleep, both requiring unofficial extensions.
The first expects the amount of time to be in seconds.
{{works with|ACUCOBOL-GT}}
{{works with|OpenCOBOL}}
<lang cobol> IDENTIFICATION DIVISION.
Anonymous user