Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ayushverma135/sas-programming-internshala-module-assignments
- Owner: Ayushverma135
- License: bsd-2-clause
- Created: 2024-05-23T16:50:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T14:01:03.000Z (7 months ago)
- Last Synced: 2024-11-08T13:25:25.895Z (about 2 months ago)
- Topics: internshala, internshalaassignment, modules, sas, sas-programming, sasprogramming
- Language: SAS
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!