@sbxkoenk wrote:
Hello,
SAS Studio is not the platform. Windows (WIN) could be the platform or UNIX/Linux or MainFrame or Mac or .... You get it.
Submit this:
*proc options; *run;
%PUT &=sysscp;
%PUT &=sysvlong;
/* end of program */
and present us with the result (to be found in the LOG-window).
For me, it says (for the old SAS on my laptop):
31 *proc options; *run;
32 %PUT &=sysscp;
SYSSCP=WIN
33 %PUT &=sysvlong;
SYSVLONG=9.04.01M4P110916
34 /* end of program */
That's interesting, I think most of us would interpret the question similar to the OP and I'd assume the OS would be Window/Unix etc....
... View more