Hi Everyone!
I'm new on SAS Forecast. I want to calculate a model for a serie but I have a problem to put time ID variable.
There is some error and I don't know how I can correct it.

The current by group has ID= CT999-45 and next by group has ID = 99777-48. Error variable count not found. That is what it says on the message.
I tried to order my dataset before but It doesn't work. I tried with linguistic order on my dataset before I read it in SAS Forecast but still nothing.
sortseq=linguistic(numeric_collation=on);
Anyone could help?
Thanks!