SAS Procedures

Help using Base SAS procedures
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
SAS Super FREQ
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.

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

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
  • 3257 views
  • 0 likes
  • 3 in conversation