Prog 2 Input statements

7 views
Skip to first unread message

Kashmira Parekh

unread,
Aug 27, 2014, 7:00:25 PM8/27/14
to anova...@googlegroups.com
Hi sir, can you please do a quick review on the double trailing @@, the single one @ and the forward slash /

You used It in an example...but I just want a quick recap...im having a hard time understanding them...

Sincerely,
Kashmira

Anova Groups

unread,
Aug 28, 2014, 8:16:59 PM8/28/14
to anova...@googlegroups.com
SAS programming 2 last chapter goes in further details. Go through it and if you still have questions, we will take it in class. These things are not used very frequently in day to day programming, so don't waste too much time on it. As long as you know the basics it should be fine.

@@ repeating values
@ at end of input statement will hold the input record and won't advance to next line in raw data.
@ before a variable name, gives the column name at which sas should read its value in raw data.
/ moves to the next line in raw data but keeps on reading value in PDV without outputting values to output dataset.
Reply all
Reply to author
Forward
0 new messages