@BobbyG0627 wrote:
this worked for me with what appears to be the same result as yours in the define
Define TrackingNumber / display "MCO Internal Tracking ID" f=$15. style(column)={tagattr='format:###############'};
But that defines the cell(s) in Excel as NUMBERS not STRINGS. Excel uses the same floating point representation of numbers as SAS does and so will have the same problem with storing long strings of digits as numbers precisely.
The little green triangle is how Excel shows that the cell with a string the could be converted to a number is actually being stored as a string.
... View more