—•Today is •—

Using MFILE and MPRINT system options is to remove macro code that is generated to debug SAS codes. The fileref has to MPRING and the pathname should include the external filename where the SAS code that is generated by the macro is to be stored. When the program finishes excuting, the code in the new file can then be executed and debugged without the presence of the macro code.


	FILENAME MPRINT 'pathname and name of file';
	OPTIONS MPRINT MFILE;

	%YOUR-MACRO
				

Print Document

Copyright © 2002-2007 www.nycinformatics®.com All Rights Reserved
Last edited on: January 21, 2007
SAS product or service names are registered trademarks of SAS Institute, Inc. in the USA and other countries.
® indicates USA registration.