SAS PG2 - Reading Raw Data Files

SAS PG2 - Reading Raw Data Files

University

13 Qs

quiz-placeholder

Similar activities

SAS PG2 Summarizing Data

SAS PG2 Summarizing Data

University

9 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Computer components

Computer components

1st Grade - University

10 Qs

Chapter 1 - Introduction to Information Technology

Chapter 1 - Introduction to Information Technology

University

10 Qs

Chapter 1 System Concept

Chapter 1 System Concept

University

18 Qs

Flussi di dati

Flussi di dati

University

9 Qs

Knowing computers

Knowing computers

10th Grade - University

10 Qs

U1. Files and Serialization

U1. Files and Serialization

University

17 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?

Discover more resources for Computers