Question : 31
---+----10---+----20---+
son Frank 01/31/89
daughter June 12-25-87
brother Samuel 01/17/51
The following program is submitted using this file as input:
data work.family;
infile 'file-specification';
(insert INPUT statement here)
run;
Which INPUT statement correctly reads the values for the variable Birthdate as SAS date values?
- input relation $ first_name $ birthdate date9.;
- 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 : 4
INFORMAT variable-1 (...variable-n) (informat);
INFORMAT (variable-1) (... variable-n) (DEFAULT=default-informat);
INFORMAT variable-1 (...variable-n> informat (DEFAULT=default-informat);
You can access to full explanation to question and answer from this page.