Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ayushverma135/sas-programming-internshala-module-assignments

All module assignments of SAS-Programming internshala course iwth code and output.
https://github.com/ayushverma135/sas-programming-internshala-module-assignments

internshala internshalaassignment modules sas sas-programming sasprogramming

Last synced: 2 days ago
JSON representation

All module assignments of SAS-Programming internshala course iwth code and output.

Awesome Lists containing this project

README

        

# SAS-Programming-Internshala-Module-Assignments

This repository contains assignments for the SAS Programming module from Internshala. Each assignment is designed to help you practice and enhance your skills in SAS programming. The assignments cover various topics and aspects of SAS, including data manipulation, statistical analysis, and reporting.

## Repository Structure
The repository is structured as follows:

SAS-Programming-Internshala-Module-Assignments/
├── Module 2/
│ ├── data/
│ │ └── dataset2.sas7bdat
| | └── dataset2.xlsx
│ │ ├── assignment1.sas
│ └── output/
│ │ └── Result.pdf
├── Module 3/
│ ├── data/
│ │ └── dataset3.sas7bdat
| | └── dataset3.xlsx
│ │ ├── assignment2.sas
│ └── output/
│ │ └── Result.pdf
├── Module 4/
│ ├── data/
│ │ └── dataset4.sas7bdat
| | └── dataset4.xlsx
│ │ ├── assignment3.sas
│ └── output/
│ │ └── Result.pdf
├── Module 5/
│ ├── data/
│ │ └── dataset5.sas7bdat
| | └── dataset5.xlsx
│ │ ├── assignment4.sas
│ └── output/
│ │ └── Result.pdf
├── README.md

## Getting Started
To get started with the assignments, follow these steps:

- Clone the repository:

git clone https://github.com/Ayushverma135/SAS-Programming-Internshala-Module-Assignments.git
- Navigate to the assignment folder:

cd SAS-Programming-Internshala-Module-Assignments/Assignment1
- Review the readme.md file in the assignment folder to understand the requirements and tasks for the assignment.

- Open the .sas file in a SAS environment (e.g., SAS Studio, SAS Enterprise Guide) and run the code.

- Check the output/ folder for the results of your code execution.

## Contributing
If you would like to contribute to this repository, please follow these steps:

- Fork the repository.
Create a new branch for your feature or bug fix.

git checkout -b feature-name
- Commit your changes.

git commit -m "Description of your changes"
- Push to the branch.

git push origin feature-name
- Create a pull request.

## Contact
For any questions or issues, please open an issue in this repository or contact [email protected].

Happy Coding!