I am trying out some sample code to display a window and getting a strange error. I am running SAS 9.1 in EG 4.1. Any help would be greatly appreciated.
%macro test ();
%window welcome color=white
#5 @28 'Welcome to SAS.' attr=highlight
color=blue
#7 @15
"You are executing Release &sysver on &sysday, &sysdate.."
#12 @29 'Press ENTER to continue.';
%display welcome;
%mend TEST;
%test();
ERROR: The MACRO windowing environment cannot be initialized due to a XU supervisor failure.
Christopher Johnson
www.codeitmagazine.com