Resources

Simple %MSPTOSAS Conversion (mspsas1)


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


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

 This example illustrates the use of the %MSPTOSAS macro to
 convert a file created in Microsoft Project 98.

 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(mdbfile=!SASROOT\or\sasmisc\mspsas1.mdb,
           library=work, version=98)