|
hi,
I have some nominal data in text document. so in that data 'sex'
variable have the values '0' and '1'. '0' indicates male and '1'
inidacates female. so i read the data using 'INFILE' statement and i
converted the ouput to male and female by using PROC FORMAT.And i want
the observations containg 'male' using PROC SQL. How can i do that......
Please help me..........
|