Thanks for this. This error was driving me crazy. Not really the same use case, but I was getting it in Viya 2021.2.2, and this is how I implemented the charMultiplier: proc casutil; load casdata="XXX.sas7bdat" casout="XXX" importoptions=(filetype="basesas", dtm="auto", debug="dmsglvli", charMultiplier=4) ; run;
... View more