Question d’entretien chez TEKsystems

What is pre-compile process for DB2?

Réponses aux questions d'entretien

Utilisateur anonyme

14 avr. 2013

I have no idea. I am not DB2 resource!

Utilisateur anonyme

7 oct. 2013

The correct answer is "It depends." For interpreted languages like REXX, there is no pre-compile because all SQL is dynamic. For compiled languages, it depends on whether you're using the SQL language through EXEC-SQL, in which case it builds a call library that links at runtime. If you're doing everything by accessing DB2 by passing the SQL in a direct CALL statement, there is also no pre-compile because it's dynamic.