Hi, I used commax format to format some numeric variables. Nevertheless, running the code I got an error: "character expression requires character format"
proc sql;
create table
table
as select
variable1,
variable2 format commax22.2
from source;
quit;
I'm sure variable 2 is numeric, why do I get the error? thanks anyone for help
@ari2495 wrote:
Yes, i've just run, and i found out the format is "best". Can you suggest me what to do? thanks and excuse me, i'm a new user
Note the question is not what format is ATTACHED to the variable. The question is what TYPE is the variable.
Why are you "sure"? Did you run PROC CONTENTS?
@ari2495 wrote:
Yes, i've just run, and i found out the format is "best". Can you suggest me what to do? thanks and excuse me, i'm a new user
Note the question is not what format is ATTACHED to the variable. The question is what TYPE is the variable.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.