missing numeric value

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

missing numeric value

Keval Khichadia
Hi,
I have a numeric variable called term credits attempted and I need to find the ID'S of those that have this variable missing.
I tried below, as well as other methods but can't seem to get it to work.
temp.
select if trm_cr_att = $SYSMIS.
freq alternate_id.
Any help is appreciated.
Thanks,
Keval

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: missing numeric value

Oliver, Richard
select if sysmis(tr_cr_att).

-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of Keval Khichadia
Sent: Monday, August 04, 2008 12:14 PM
To: [hidden email]
Subject: missing numeric value

Hi,
I have a numeric variable called term credits attempted and I need to find the ID'S of those that have this variable missing.
I tried below, as well as other methods but can't seem to get it to work.
temp.
select if trm_cr_att = $SYSMIS.
freq alternate_id.
Any help is appreciated.
Thanks,
Keval

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD