Question Ponnumani Gurusamy · Jun 1, 2017

INT Files

       What is the difference between mac and class files and these files are how to converted int file format

Comments

Tomas Vaverka · Jun 1, 2017

MAC routines and classes can contain macros - $$$, embedded SQL - &sql() and &html<> and &js<> scripts. It is then compiled into the INT routine, where above constructs are generated into the final code (which is then compiled into pcode - OBJ). 

0