| Date: | Sun, 5 Jan 2003 17:26:08 +0000 |
| Reply-To: | John Whittington <John.W@MEDISCIENCE.CO.UK> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | John Whittington <John.W@MEDISCIENCE.CO.UK> |
| Subject: | Re: what does this mean? |
|
| In-Reply-To: | <E18VBm4-0002hh-00@coumxnn01.netbenefit.co.uk> |
| Content-Type: | text/plain; charset="us-ascii"; format=flowed |
|---|
At 14:23 05/01/03 +0000, Roland wrote:
>"Andy Walsh" <aw@somelab.nospam.com> wrote in message
>news:3e183a2b$0$7976@echo-01.iinet.net.au...
> > I am converting SAS code output to C (I know nothing about SAS).
> > What does the following line of code mean? (surely should be easy for
> > experts!)
> >
> > if ( RV > .z ) goto N0_5;
> > I just don't get the .z part...
>
>It looks as though something has gone wrong in the conversion, as far as I
>can tell. The ".z" will have the effect of a missing value (just ".") no
>matter if the "z" is there or not. So the effect is that if RV has been
>given a value that is not missing then branch to the NO_5 label in the code.
Roland, I think you need to read up about SAS 'special missing values'.
Kind Regards
John
----------------------------------------------------------------
Dr John Whittington, Voice: +44 (0) 1296 730225
Mediscience Services Fax: +44 (0) 1296 738893
Twyford Manor, Twyford, E-mail: John.W@mediscience.co.uk
Buckingham MK18 4EL, UK mediscience@compuserve.com
----------------------------------------------------------------
|