Premium
Base SAS Certified Associate: Programming Fundamentals Using SAS Questions and Answers (Dumps and Practice Questions)
Question :
Which statement specifies that records 1 through 10 are to be read from the raw data file customer.txt?
1. infile 'customer.txt' 1-10;
2. input 'customer.txt' stop@10;
3. Access Mostly Uused Products by 50000+ Subscribers
4. input 'customer.txt' stop=10;
Correct Answer
:
Get Lastest Questions and Answer
:
Explanation:
Question :
The following SAS program is submitted:
What value will SAS assign to Pos?
1. 0
2. 1
3. Access Mostly Uused Products by 50000+ Subscribers
4. 12
Correct Answer
:
Get Lastest Questions and Answer
:
Explanation:
Question :
1. a
2. b
3. Access Mostly Uused Products by 50000+ Subscribers
4. d
Correct Answer
:
Get Lastest Questions and Answer
:
Explanation:
Related Questions
Question : Whenver dates are given in the SAS dateset, SAS will read data from a fixed date , what is that fixed date?
1. January 1, 2000 for dates greater than 01 Jan 2000
2. January 1, 2001 for dates greater than 01 Jan 2001
3. Access Mostly Uused Products by 50000+ Subscribers
4. January 1, 1960 for any dates
5. January 1, 1000 for any dates
Question : Why SAS prefer to use SAS date values as numeric rather that text?
1. It can be easily converted from numeric to text.
2. SAS does not have to any special calculation while storing numeric data
3. Access Mostly Uused Products by 50000+ Subscribers
4. Date can be used for various calculations, hence storing them as numeric value will help.
Question : Which of the following statements are correct for SAS date values?
1. SAS automatically make the adjustment for day light savings on date values.
2. SAS automatically make the adjustment for leap years on date values.
3. Access Mostly Uused Products by 50000+ Subscribers
4. SAS automatically make the adjustment for Julian dates on date values.
Question : You have been given below date, which input format you will use to read date values correctly?
1. mmddyy8.
2. Mmddyyyy8.
3. Access Mostly Uused Products by 50000+ Subscribers
4. DATETIME20.
Question : You are going to read following time values
12:12:12.12
And you can use format timew. Than what is the minimum possible width you can define?
1. 2
2. 3
3. Access Mostly Uused Products by 50000+ Subscribers
4. 5
5. 11
Question : Which of the following date values and its format are correct?
A. 22May2017:10:03:17.2 DATETIME20.
B. 22May2017:10:03:17.2 DATETIME16.
C. 22FEB2017 DATE9.
D. 22FEB2017 DDMMMYYYY9.
1. A,B
2. B,C
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,D
5. B,D