Stored procedures with LANGUAGE SQL were translated to C code, which was compiled - but that's only in Version 7 (which is out of service). These days, all LANGUAGE SQL stored procedures are compiled into so-called "sections", a DB2 internal structure for SQL statements. Since DB2 knows what it is doing (contrary to developers of external procedures), there is no point to execute such sections in a fenced process.