Skip to content

Commit 37aaf0a

Browse files
Update README.md
1 parent 9f7c203 commit 37aaf0a

File tree

1 file changed

+71
-1
lines changed

1 file changed

+71
-1
lines changed

README.md

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,72 @@
11
# SAS-Programming-Internshala-Module-Assignments
2-
comming soon
2+
3+
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.
4+
5+
## Repository Structure
6+
The repository is structured as follows:
7+
8+
SAS-Programming-Internshala-Module-Assignments/
9+
├── Module 2/
10+
│ ├── data/
11+
│ │ └── dataset2.sas7bdat
12+
| | └── dataset2.xlsx
13+
│ │ ├── assignment1.sas
14+
│ └── output/
15+
│ │ └── Result.pdf
16+
├── Module 3/
17+
│ ├── data/
18+
│ │ └── dataset3.sas7bdat
19+
| | └── dataset3.xlsx
20+
│ │ ├── assignment2.sas
21+
│ └── output/
22+
│ │ └── Result.pdf
23+
├── Module 4/
24+
│ ├── data/
25+
│ │ └── dataset4.sas7bdat
26+
| | └── dataset4.xlsx
27+
│ │ ├── assignment3.sas
28+
│ └── output/
29+
│ │ └── Result.pdf
30+
├── Module 5/
31+
│ ├── data/
32+
│ │ └── dataset5.sas7bdat
33+
| | └── dataset5.xlsx
34+
│ │ ├── assignment4.sas
35+
│ └── output/
36+
│ │ └── Result.pdf
37+
├── README.md
38+
39+
## Getting Started
40+
To get started with the assignments, follow these steps:
41+
42+
- Clone the repository:
43+
44+
git clone https://github.com/Ayushverma135/SAS-Programming-Internshala-Module-Assignments.git
45+
- Navigate to the assignment folder:
46+
47+
cd SAS-Programming-Internshala-Module-Assignments/Assignment1
48+
- Review the readme.md file in the assignment folder to understand the requirements and tasks for the assignment.
49+
50+
- Open the .sas file in a SAS environment (e.g., SAS Studio, SAS Enterprise Guide) and run the code.
51+
52+
- Check the output/ folder for the results of your code execution.
53+
54+
## Contributing
55+
If you would like to contribute to this repository, please follow these steps:
56+
57+
- Fork the repository.
58+
Create a new branch for your feature or bug fix.
59+
60+
git checkout -b feature-name
61+
- Commit your changes.
62+
63+
git commit -m "Description of your changes"
64+
- Push to the branch.
65+
66+
git push origin feature-name
67+
- Create a pull request.
68+
69+
## Contact
70+
For any questions or issues, please open an issue in this repository or contact ayushuv135@gmail.com.
71+
72+
Happy Coding!

0 commit comments

Comments
 (0)