SKDE-Analyse / sas_codes

Monorepo of "all" SAS codes at SKDE
GNU General Public License v3.0
1 stars 1 forks source link

Create liste_datasett_aar.sas #85

Closed hannesigrun closed 3 years ago

JaniceShu commented 3 years ago

The code works fine as is, but with a little warning message: Apparent symbolic reference DSNAME not resolved. To fix this, add another & to DS=&dsname&i when calling %list_if, so:

%LIST_IF(mappe=&lib, DS=&&dsname&i, yr=&aar);