BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi there,

This may be very basic stuff indeed, but I'm afraid I'm a fresh faced SAS newbie, so please bear with me.....

What are the differences between the three commands below?
1) output
2) outfile=
3) out

Are they interchangable?

Thanks in advance.
3 REPLIES 3
Cynthia_sas
Diamond | Level 26
Hi:
Generally, the options are specific to each procedure. Some procedures (such as PROC TABULATE and others use the OUT= option); other procedures (such as PROC MEANS and others) use the OUTPUT statement; yet other procedures might use the OUTFILE= option.

That is the nice thing about the documentation. Every procedure that creates output will show exactly what the correct syntax is for that procedure.

cynthia
sss
Fluorite | Level 6 sss
Fluorite | Level 6
HI

@ Cynthia@sas what you have suggest is correct and i am adding some more information

There are other use of this keywords as well

Output:- When we are using the keyword output in datastep it help to copy the data in dataset, According to the condition.

Outfile:- When we are using OUTFILE keyword in proc export a new excel file is created .

out:- llly When we are using OUT keyword in PROC UNIVARIATE creates an data set for each OUTPUT statement.

And thy can be used for other purpose also

:)
deleted_user
Not applicable
Thanks people.

Useful information from both of you.

Much appreciated.

CFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 5068 views
  • 0 likes
  • 3 in conversation