Hello All, I am creating a XPT file from c# by the SAS Guidelines. I am strucked, in converting Column length to string greater then 230. When i convert Encoding.ASCII "230" length value and store it in a file and when i try to access the file in SAS Universal Viewer Column length which is 230 is converted into 63. E.g.: Name length = 230 (Actual) when created XPT file and seen in Universal Viewer it shows Name Length = 63. How can i overcome this issue. Note: I am using c# and programmatically generating XPT's. Please help me out
... View more