The eliminateSystemDependentCode build descriptor option indicates whether the EGL generator ignores code that will never run in the target system.
if (sysVar.systemType IS AIX)
add myRecord;
end
if (sysVar.systemType IS AIX)
call myAddProgram (myRecord);
end