SAS PG2 - Reading Raw Data Files

SAS PG2 - Reading Raw Data Files

University

13 Qs

quiz-placeholder

Similar activities

Python Revision

Python Revision

University

14 Qs

Quiz on Big data technologies

Quiz on Big data technologies

University

15 Qs

Basics of computer

Basics of computer

University

15 Qs

QuizBowl_Easy

QuizBowl_Easy

University

10 Qs

Python Programming Basics

Python Programming Basics

University

14 Qs

Von Neumann Architecture

Von Neumann Architecture

8th Grade - University

10 Qs

Perangkat Input dan Output Komputer

Perangkat Input dan Output Komputer

10th Grade - University

10 Qs

System Concept

System Concept

5th Grade - University

15 Qs

SAS PG2 - Reading Raw Data Files

SAS PG2 - Reading Raw Data Files

Assessment

Quiz

Computers

University

Medium

Created by

Yunli Lee

Used 15+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which SAS statement allows you to refer to an external raw data file?

DATALINES

INPUT

DATA

INFILE

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following types of data cannot be read with list input?

Missing data indicated by a period

Character data with embedded blanks

Standard numeric data

All of the above

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Assuming that the raw data are arranged in neat columns, what is an advantage of column input?

It can read missing data indicated by spaces

It can read embedded blanks

It can read character data longer than eight characters

All of the above

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

With column input, you cannot do which of the following?

Read data separated by spaces

Specify an informat in the INPUT statement

Read numeric data in scientific notation

All of the above

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Given this note in the SAS log, what could you add to fix the INPUT statement so that the ID variable would be read correctly including all digits and hyphens?

A dollar sign

A column range

An informat

None of the above

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following data values would not require an informat?

55.3E2

$2,735

09/21/1960

4,983

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which informat would be appropriate to read the value 09/03/1876?

MMDDYY8.

MMDDYY10.

DATE8.

DATE10.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?