Previous Topic: CA IDMS/DC StatementsNext Topic: Compiling Programs


Compiling and Executing Programs

A PL/I program contains PL/I code and DML statements. The DML precompiler converts DML statements into PL/I CALL statements and copies information maintained in the dictionary into the source file. You can then compile, link edit, and execute the application program. The compilation and runtime processes are described separately below.