Question : 30 The following SAS program is submitted:
data test;
infile `file specification';
input name $ amount@@;
run;
Which of the following is true?
- Two @@ together are the same as one c
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering SAS Certification Material
Correct Answer : 3
Exp : Using the Double Trailing @ Line-Hold Specifier
Sometimes you may need to create multiple observations from a single record of raw data. One way to tell SAS how to read such a record is to use the other line-hold specifier, the double trailing at-sign (@@ or "double trailing @").
You can access to full explanation to question and answer from this page.