SASUnit Tests unter 9.2
Hallo zusammen,
ich bin auf die SASUnit Tests von HMS aufmerksam geworden und finde das wirklich gut. Nun habe ich mir, wie in der Anleitung beschrieben, die ZIP-Files heruntergeladen und die Verknüpfung angepasst (doxygen habe ich nicht auf dem Rechner). Ich arbeite mit SAS 9.2 und bekomme die Beispieltests nicht zum Laufen. Schon im Macro %initSASUnit kommt folgende Fehlermeldung:
--------------------------------------------------------------------------------
ERROR ErrorSASCall2 in Makro INITSASUNIT (Condition: NOT 0)
Fehler beim Starten eines Testszenarios
--------------------------------------------------------------------------------
Kann es daran liegen, dass SASUnit Tests lauffähig unter SAS 9.1.3 sind? Muss ich noch weitere Einstellungen vornehmen? Hat jemand ein paar gute Tipps für mich?
Viele Grüße,
Maria Köper
- Anmelden oder Registrieren um Kommentare zu schreiben

SASUnit under 9.2
I have also downloaded SASUnit 0.904 and tried to run the examples with no luck. The macro %initSASUnit is running fine. However, the step with the macro %runSASUnit() is not going through. There are some paths error messages:
MPRINT(RUNSASUNIT): DATA _null_;
MPRINT(RUNSASUNIT): INFILE "c:\projekte\sasunit\example\doc\sasunit/tst/001.lst";
MPRINT(RUNSASUNIT): INPUT;
MPRINT(RUNSASUNIT): CALL symput ('l_filled','1');
MPRINT(RUNSASUNIT): STOP;
MPRINT(RUNSASUNIT): RUN;
ERROR: Physische Datei existiert nicht, c:\projekte\sasunit\example\doc\sasunit\tst\001.lst.
Maros for to retrieve the scenario path is not correctly resolved:
FEHLER: Ungültige Datei, c:\projekte\sasunit\example\ \boxplot_test.sas.
The correct path should resolve to c:\projekte\sasunit\example\saspgm \boxplot_test.sas.
Could somebody help to pin-point where to look exaclty. Due to complexity, troubleshooting is quite time-consumming
Many thanks for your input.
Kind Regards,
Claude Wiseman