Search the Community
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
46 results
Sorted by:
10-26-2015
12:54 PM
Dear All, I am new in the Analytics. I want to learn most of the concept. i am working on basics of do loop. but i am not able to create the formula for Compound interest. Kindly Help me i...
02-19-2019
08:50 AM
data testout1; principle=5000; rate=0.10; earned=0; do year=1 to 15; do month=1 to 12; earned=earned+(principle+earned)*rate; output; end; end; run; is it right if principle is 5000...
09-01-2020
07:37 AM
Hi All, I have a query regarding compounding interest rates calculation using fluctuating rates. Please see attached excel where in row 11 has calculated amount using excel formulas - need t...
12-02-2018
01:03 PM
Good day, I am having to calculate compound Interest. Below is an example of the data. I need to calculate the interest for each month and for the year. I know the term of t...
11-04-2019
03:00 PM
...000 contributed monthly for 5 years 1) Calculate savings after 5 years with interest=4% compounded annually (use DO loop) 2) Calculate savings after 5 years with interest=3.9% compounded monthly (use D...
02-19-2018
08:38 AM
Hi all SAS experts, I am new to base SAS programming, I am calculating amount(compounded annually & compounded monthly), the detailed question is below: by using DO loops. &n...
Show results in replies (5)
-
...mount; int_rate=0.07; *annual interest rate; do year=1 to 25; interest_y=amount*int_rate; * T...
-
...n calculating the total amount at end of the term , compounded annually as well as compounded...
-
...alculating the total amount at end of the term , compounded annually as well as compounded m...
-
...ommunities.sas.com/t5/forums/searchpage/tab/message?advanced=false&allow_punctuation=false&q=compounded...
-
...t is effectively a simple interest rate. The monthly compounding (within each year) just n...
04-13-2020
08:01 PM
hi I am looking to calculate interest for 6 months. where interest is compounded monthly. I have try to use do loop something like this but it doesnt calculate for 6 months. it only give me interest...
07-05-2017
03:53 AM
i want compound interest for eaach month till 25 years but something is wrong with my code kindly help;- data Compound_intrest2; rate = 0.07; do years = 1 to 25; amount = 5...
08-20-2024
09:03 AM
1 Like
...he need for writing" macros?
I have a really interesting paper on this topic that I’m delivering at the Western Users of SAS Software (WUSS) conference in Sacremento, CA. It’s titled “Beyond M...
9TipsForSAS9ToViya.pdf (1,507 KB)
Labels:
03-15-2021
09:45 AM
8 Likes
...amed Doxyfile will be created): doxygen -g <configfile>
CONFIGURATION SETTINGS
Figure 2 provides an overall flow of how doxygen works. The main areas of interest are the config p...
0_Bellmer_1077_0305_144412.pdf (541 KB)