Würde das nicht funktionieren?
data lib.tabelle;
modify lib.tabelle;
call missing(of _all_);
run;
Auch hier bleibt das Erzeugungsdatum unverändert, aber man braucht die Variablennamen nicht zu kennen.
... View more
Hi,
You might find this group:
https://communities.sas.com/t5/CoDe-SAS-German/gp-p/code_sas
Has a better range to answer your question, my German isn't that good I am afraid. Would you like me to move the post there for more coverage?
... View more