Importing Multiple Projects (mspsae03)

/***************************************************************/
/*                                                             */
/*             S A S   S A M P L E   L I B R A R Y             */
/*                                                             */
/*    NAME: mspsae03                                           */
/*   TITLE: Importing Multiple Projects (mspsae03)             */
/* PRODUCT: OR                                                 */
/*  SYSTEM: ALL                                                */
/*    KEYS: OR                                                 */
/*   PROCS: PM, SAS/ACCESS                                     */
/*    DATA:                                                    */
/*                                                             */
/* SUPPORT:                             UPDATE:                */
/*     REF:                                                    */
/*    MISC: Example 3 from the The Microsoft Project           */
/*          Conversion Macros chapter of Project Management    */
/*                                                             */
/***************************************************************/



/***************************************************************

 This example illustrates the ability of the %MSPTOSAS macro to
 convert multiple projects saved in one database file to a SAS
 file readable by PROC PM.

 If you are running SAS on Windows, use the following code to
 invoke the %MSPTOSAS macro.  For other platforms, please refer
 to the %MSPTOSAS documentation.

 ***************************************************************/

%msptosas(mdbfile=!SASROOT\or\sasmisc\mspsas3.mdb,
              library=work, version=2003)