Sie sind auf Seite 1von 11

Questions and Answers

1.

1)

Proc print data=; Var pid pid;

Discuss

A.
1 variable

B.
2 vaiable

C.
Error

D.
None

2.

Data set existed with A1 A2 A3 A4 A5 Variables Proc print data=;Var


A1- A4; Run;
Discuss

A.
2 variable

B.
All variable

C.

Error

D.
4 variable

3.

Library name existed with up to


o

A.
5 characters

B.
8 characters

C.
32 characters

D.
16 characters

4.

Print procedure default display data in output


o

A.
With variable names

B.
With labels

C.
With variables, labels

D.
None

5.

Data values are separated by comma


Discuss

A.
DLM is more efficient

B.
DSD more efficient

C.
DLM, DSD both are more efficient

6.

Change the variable names for reporting


Discuss

A.
Label option

B.
Rename option

C.
Label statement with label option

D.

None

7.

Data set storage area


o

A.
Libraries

B.
Work library

C.
Sasuser library

D.
None

8.

Set statement use in


o

A.
Only in dataset block

B.
Only in procedure block

C.
Data set and procedure block

D.
None

9.

Sort procedure submit with out by statement


Discuss

A.
Default executes sorting using all variables in dataset

B.
Default executes sorting using first variables in dataset

C.
Error is occurred

D.
Display only warring message

10.

Misspelled keywords SAS display


o

A.
Misspelled keywords SAS display

B.
Warning message

C.
Error and warring message

11.

Pageno global invoked depends on

A.
Date global option

B.
Number global option

C.
Center global option

D.
Default

12.

Can you use period for character missing


Discuss

A.
Yes

B.
No

C.
Cannot say

D.
None

13.

Sas default storage space for numeric variable

Discuss

A.
8 digits

B.
12 digits

C.
32767 digits

D.
256 digits

14.

Flow over option belongs to


Discuss

A.
Infile statement

B.
Input statement

C.
Informat statement

D.
None

15.

What is the smallest length for a numeric and character variable


respectively ?
Discuss

A.
2 bytes and 1 byte

B.
1 byte and 2 bytes

C.
Infinite

D.
None Of the Above

16.

Does SAS do power calculations via a PROC?


Discuss

A.
Yes

B.
No

C.
Depends on Versions

D.

No, but there are macros out there written by other users.

17.

What is _n_?
Discuss

A.
The _n_ is variable automatically created by the SAS

B.
Creared By Administrator

C.
Created by User in Run Time

D.
Can be done in all the ways

18.

Where can a POINT= statement not be used in SAS?


Discuss

A.
If you have a BY statement.

B.
If you have a WHERE or WHERE= option statements.

C.
Cannot be used in transport format or Sequential type of data sets.

D.
Cannot be used on a table from another RDBMS.

E.
All the Above

19.

Does SAS compile or Interpret the data step that is submitted?


Discuss

A.
Compiles

B.
Interpret

C.
Both

D.
None

20.

Dataset existed with name , age, sex variables Data ; Set


(keep=name drop=age); Run;
o

A.
Name

B.

Age

C.
Both

D.
None

Das könnte Ihnen auch gefallen