Hi everyone, Please I need help to address integrating SAS into PHP.
I'm trying to integrate SAS code into PHP that can deal with data manipulation using data step, proc sql, it will also use macro, etc. We have the code completed in SAS already, the code also make a macro call to another macro, it calculates Overall Concordance Correlation coeficient based on Barnhart equation, using %include. How can I integrate this existing programs into PHP(We are building an application using PHP). Thank You.
... View more