DO LOOP statement Questions

1

Do until loop help!
I’m trying to figure out how to produce an error message if the person doesn’t enter an actual string when prompted to enter a product code. If they enter the empty string or push okay/cancel without entering the right product code a msgbox is supposed to pop up. I can’t figure it out! This is [...]

Answer Question   |  October 29, 2012  10:40 PM
DO LOOP statement, Input box Question, MsgBox
asked by:
5 pts.

Merge two datasets in a DO loop
I have two datasets like this: data1 : store sales1 sales2….sales52 1 2 3 . . 10 data2: Store sales1 sales2…..sales52  1 2 3 . . . 100   okay, now what I want is to take the first row of data1 merge it with data2, take the difference of sales between the observation from [...]

Answer Question   |  September 21, 2011  3:44 PM
DO LOOP statement, MERGE statement, SAP Business Intelligence, SAS, SAS Business Intelligence software, SAS Data Analysis
asked by:
5 pts.

DO…LOOP and IF ELSE THEN statements
I am writing a basic program where two types of data are added: 1. a salespersons ID and 2. an amount of cars sold within a month from that salesperson. I have found out how to set the code where the numbers will go where they need to, but adding extra ones does not work, [...]

Answer Question   |  July 12, 2009  2:47 AM
Accumulators, Counters, DO LOOP statement, IF ELSE statement, LOOP statement
asked by:
5 pts.

1