Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 18.8 18.8 You have two data sets, ONE and TWO. ONE has a variable called ID, which is a charac- ter variable in the

image text in transcribed

Question 18.8

image text in transcribedimage text in transcribed
18.8 You have two data sets, ONE and TWO. ONE has a variable called ID, which is a charac- ter variable in the form 123-45-6789. TWO has a variable called ID, which is numeric (nine digits). You want to merge data sets ONE and TWO by the ID variables to create a new data set (BOTH) with ID (numeric and formatted with the SSN11. format), NAME, and SCORE. You can run the following short program to create the two data sets: DATA ONE ; INPUT @1 ID $11. @12 NAME $15 . ; DATALINES ;Problems 477 123-45-6789Jeff Smith 111-22-3333Stephen King 999-88-7777Jan Chambliss DATA TWO; INPUT @1 ID 9. @11 SCORE 3. ; DATALINES ; 999887777 100 123456789 65 111223333 59

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Essential Discrete Mathematics For Computer Science

Authors: Harry Lewis, Rachel Zax

1st Edition

0691190615, 9780691190617

More Books

Students also viewed these Mathematics questions

Question

3. Tactical/strategic information.

Answered: 1 week ago

Question

3. To retrieve information from memory.

Answered: 1 week ago

Question

2. Value-oriented information and

Answered: 1 week ago