Type : EXTERNE
Los datos se proporcionan a través del parámetro de macro &dsn.
| 1 | %macro AHGhtml(dsn,option=label); |
| 2 | %local html; |
| 3 | %let html=%sysfunc(compress(%AHGtempdir%str(\)%AHGrdm.HTML)); |
| 4 | ods html file="&html"; |
| 5 | %AHGreportby(&dsn,0,which=,whichlength=,sort=0,groupby=0,groupto=0,topline=,showby=0,option=nowd,labelopt=%str( ;)); |
| 6 | ods html close; |
| 7 | x "start &html"; |
| 8 | %mend; |