Hi, I think I have a similar problem. I am using CST 1.5 and running %crtdds_write( _cstCreateDisplayStyleSheet=1) I get the following message: NOTE: Could not initialize classpath. Classpath variable is not set. ERROR: 'An invalid XML character (Unicode: 0x19) was found in the element content of the document.' I found out that my SAS Session Encoding Option is WLATIN1. Therefore I also tried %crtdds_write( _cstCreateDisplayStyleSheet=1, _cstOutputEncoding=WLATIN1). But it didn't work either, I got the following message: NOTE: Could not initialize classpath. Classpath variable is not set. Warning: The encoding 'WLATIN1' is not supported by the Java runtime. Warning: encoding "WLATIN1" not supported, using UTF-8 Can you help me by any Chance?
... View more