Data work.my_data_file; Result_1 = ASC("A"); Result_2 = ASC("1"); Result_3 = ASC("!"); Result_4 = ASC("."); Run; |
What's happening in the script above?
Variable | Input | Output | Description |
---|---|---|---|
Result_1 | ASC("A"); | 65 | |
Result_2 | ASC("1"); | 49 | |
Result_3 | ASC("!"); | 33 | |
Result_4 | ASC("."); | 46 | |
Kevin Regan
Have an article, idea, found a typo, want to contribute? Shoot me an email
Here
Below are links to some Udemy Data Science Courses. I've been using Udemy for a number of years now, and I've found their courses super helpful, maybe you will also.