Search Header Logo

SAS Unit 12: SAS Combining Tables

Authored by Mr. Jenkins

Science

University

Used 4+ times

SAS Unit 12: SAS Combining Tables
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is true concerning concatenating tables?

All tables must have the same number of columns.

Columns in all tables must have matching names and lengths.

Tables must be in the same library.

Missing values are generated for columns that exist in one input table and not in another.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement renames the existing column Location in work.travel as Destination?

set vacations(rename=(Location=Destination)) travel;

set vacations travel(rename=(Destination=Location));

set vacations travel(rename=(Location=Destination));

set vacations travel(rename(Destination=Location));

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is true concerning merging with matching rows?

The MERGE statement must refer to temporary input tables.

The columns in the BY statement can be in only one of the tables.

Only two input tables can be specified in the MERGE statement.

The input tables must be sorted by the columns in the BY statement.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many rows are in the both output table given the following input tables and code?

two

three

four

five

seven

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many rows are in the empsauc output table given the following input tables and code?

two

three

four

five

six

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the result of the following step?

 The table combine is created with four columns and five rows.

The step fails because the BY column ID is not properly sorted.

The step fails because Units is in both tables and not the BY column.

The step fails because of duplicate ID values within the donors1 table.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which statement best describes the rows in the output table?

all the matching rows from both managers and staff

only the rows from managers that have no match in staff

only the rows from staff that have no match in managers

all the matching and nonmatching rows from both managers and staff

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Science