NewBie's Corner Session 13 .MAC and .INT Routines and Comment Lines
Welcome to NewBie's Corner, a weekly or biweekly post covering basic Caché Material.
.MAC and .INT versions of Routine
Save Routines with a .MAC Extension
When saving your routines, be sure to specify a .MAC file extension (the default) and not a .INT extension. The .INT version of a routine is an intermediate version of the routine. It is in the .INT version of a routine that the SQL Code (and other code) from the .MAC version is expanded upon.


