what is the diff. b/w proc means and proc summary?
Answer Posted / dupe bassey
proc means generates an output, if you want to suppress an
output, you include the noprint option.
proc summary doesnt generate an output, if you want an
output, you include the print option.
Is This Answer Correct ? | 76 Yes | 13 No |
Post New Answer View All Answers
What is the difference between input and infile statement?
Explain the difference between nodup and nodupkey options?
how does sas handle missing values in assignment statements? : Sas programming
What’s the difference between var b1 – b3 and var b1 — b3?
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
What are the limitations for memory allocation for SAS variables
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
What do the put and input function do?
how many types of prompts are there? : Sas-bi
What can you learn from the SAS log when debugging?
Where do you use proc means over proc freq?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
Which are the statements whose placement in the data step is critical?
what is the difference between infile and input? : Sas-administrator
Tell me about % include and % eval? : sas-macro