The following macro programs introduce additional interactivity with the Base SAS software: CheckLogAble to check the current log for issues and notify the user of the status of the log. Find out more on the CheckLog page.MessageBoxPops up messages using Windows pop-up message boxes, which allows for more complex pop-up boxes, including those with OK, OK/Cancel, Abort/Retry/Ignore, Yes/No/Cancel, Yes/No, and Retry/Cancel buttons.OpenTableOpens the last table or the table copied to the clipboard. Asks the user which one to open when both are available.OpenPropertiesOpens the properties of the last table or the table copied to the clipboard. Asks the user which one to open when both are available. Based on the OpenTable macro.PMUse a simple pop-up message. Similar to MessageBox, but only the "OK" button is available.PrintContentsBased on the OpenTable macro, this macro prints the contents of the last table or the table copied to the clipboard. Asks the user which one to output when both are available. |
