Simple %MSPTOSAS Conversion (mspsae04)
/***************************************************************/
/* */
/* S A S S A M P L E L I B R A R Y */
/* */
/* NAME: mspsae04 */
/* TITLE: Simple %MSPTOSAS Conversion (mspsae04) */
/* PRODUCT: OR */
/* SYSTEM: ALL */
/* KEYS: OR */
/* PROCS: PM, SAS/ACCESS */
/* DATA: */
/* */
/* SUPPORT: UPDATE: */
/* REF: */
/* MISC: Example 4 from the The Microsoft Project */
/* Conversion Macros chapter of Project Management */
/* */
/***************************************************************/
/***************************************************************
This example illustrates the use of the %MSPTOSAS macro to
convert a XML file created in Microsoft Project 2007.
If you are running SAS on Windows, you can use the following
call to the %MSPTOSAS macro to convert the MS Project file
and view it in the PROC PM window. For other platforms,
please refer to the %MSPTOSAS documentation.
***************************************************************/
%msptosas(xmlfile=!SASROOT\or\sasmisc\mspsas2.xml,
library=work, version=2007)