Calls the specified program and passes the address of the communication area, MyCommarea, which is a subclass of OsPtr.
| thisComm result | thisComm := MyCommarea calloc. result := CICS link program: 'LINKER'; commarea: thisComm; length: 40; exec.