Quantcast
Channel: Statistics Help @ Talk Stats Forum - SAS
Viewing all articles
Browse latest Browse all 310

SAS code troubleshooting

$
0
0
proc sql;
update AcSL
set tt='Y' where tt=1
tt='N' where tt=0

sagety='Y' where sagety=1
sagety='N' where sagety=0

PPt='Y' where PPt=1
PPt='N' where PPt=0

compaete='Y' where compaete=1
compaete='N' where compaete=0;
quit;

Can anyone tell me what wrong with this code?

Viewing all articles
Browse latest Browse all 310

Trending Articles