Question : 30 The following SAS program is submitted:

 data test;

 infile `file specification';

 input name $ amount@@;

 run;

 Which of the following is true?

  1. Two @@ together are the same as one c
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. 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.