CALL is also a way to extend COBOL functionality, and also to allow the reusability of code. It can also give access to "system" functionality.
This example illustrates ways to provide "sleep" functionality to IBM Mainframe COBOLs. Bear in mind that the requirement to do so is r...