iamjeannie
iamjeannie

Reputation: 61

" ERROR: . " what does it mean?

I got this error

ERROR: .
NOTE: The SAS System stopped processing this step because of errors.
NOTE: DATA statement used (Total process time):

Can anyone please guide me what exactly is this mean ?

Upvotes: 0

Views: 210

Answers (1)

Murray
Murray

Reputation: 719

It's quite straight forward; SAS has received a critical error that cannot be overcome. The output of the datastep or proceedure will not have been created and you need to debug your progam. There are many possible causes for errors.

If you need help with this specific error provide more details &/or code.

Upvotes: 4

Related Questions