Overview
On the IBM S/32, S/34 and S/36, OCL statements are used to directly load user or system programs into memory, assign system resources to them, and transfer system control to them in a process called execution. The fact that a program is stored on a computer's disk drive does not in itself cause the computer to process or execute the program. OCL statements can be entered manually from the keyboard, but are generally stored as a S/32, S/34, or S/36 procedure member. A procedure member is a freely editable member within a library, it is a source file. On the S/32, S/34, and S/36, procedures are not compiled, they are interpreted.Example
OCL statements usually begin with two slashes and at least one space character. Here's an example of a procedure stored on a System/36 as member PROC1:External links
IBM maintains manuals freely online and downloadable, including OCL 36.