From: OR Stats on
Hello:

I have data X that needs to be tested if it comes from specifically N(0,1).
X should not be rescaled. How does SAS PROC CAPABILITY NORMALTEST treat X?
Does it do any transformation or rescaling prior to testing for Normality?
This is a slight subtlety btw testing if

X~N(0,1)
or just
X~N(something, something)

Thanks!