Building a reentrant C to PL/I application

A PL/I to C application can be constructed to be reentrant. Compile all PL/I routines in an ILC application by using the REENTRANT option of the OPTIONS attribute of the PROCEDURE statement. Compile all your C routines with RENT.