Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Your company has announced a Hackathon project with different internal teams. You are participating in the Hackathon project. You have written a script to predict

Your company has announced a Hackathon project with different internal teams. You are participating in the Hackathon project. You have written a script to predict store's future sales and only have 1 hour left before the project ends.

Review these articles:

SAS Programing Guidelines.pdf

Guidelines for Coding of SAS Programs.pdf

You need to follow all the scripting standards and then present the project to the team lead. Your scripts should have at minimum below standards.

Comments

Variable naming standard

Use of comments to present module description

Use comments to explain conditional logic

Use comments in the header section. Please review the screenshot below.

PROGRAM NAME

DESCRIPTION

CALLED BY

CALLS TO

PROGRAMMER

DATE WRITTEN

INPUT FILES

OUTPUT FILES

MODIFICATIONS

DATE

CHANGE #

PROGRAMMER

DESCRIPTION

Include comments with each DATA step and PROC.

Proper indent for each script statement.

Calculate the script efficiency or execution time (Insert transaction time at beginning and then insert transaction at the end and then calculate the difference in minutes.

Remove any uninitialized variables.

Display proper error messages with the actual error code.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions