![]() |
|
|
|||||||
| FlashChat | Actuarial Discussion | Preliminary Exams | CAS/SOA Exams | Cyberchat | Around the World | Suggestions |
D.W. Simpson and Company -- Actuary Salary
Surveys |
![]() |
|
|
Thread Tools | Display Modes |
|
#51
|
||||
|
||||
|
hahaha wow thanks dumples...let me try it..
|
|
#52
|
||||
|
||||
|
Nope it is still trying to go to the E drive and not the R drive for year 2006 any month...
|
|
#53
|
|||
|
|||
|
Is it completing, but not hitting the condition or is it not completing and giving you errors in the log?
I think one thing you should do is put a Code:
%put &month &year; You might think that it's saying 9, but it's really saying 3*3 and that's why it might not be hitting the condition. Again, just a thought... |
|
#54
|
||||
|
||||
|
Awesome, I was not aware of how to show myself what was being looked at in the if statement. ty
|
|
#56
|
||||
|
||||
|
It's funny dumples. I put that statement in and the loop worked. I can't explain it but thanks for your help today!
|
|
#57
|
||||
|
||||
|
thanks bassfreq. This was my first macro.
|
|
#58
|
||||
|
||||
|
My pleasure. Fun stuff.
fyi...to turn off all the extra macro stuff in the log, submit "options nosymbolgen nomprint nomlogic;
__________________
Res ipsa loquitur, sed quid in infernos dicet?
|
|
#59
|
||||
|
||||
|
Is there an equivalent option to "Option Explicit" from VBA for the SAS data step? Soooooo annoying.
__________________
def no_one(the_spanish_inquisition): **** Juan. |
|
#60
|
||||
|
||||
|
new Topic!
I have a large data set, 1M+ rows, and There are two fields of interest. I'll call them POL and ITERATION. I've all ready sorted the data, but how can I take my table from the work library "table" and create a "table2" which only keeps all records for the greatest ITERATION for each POL. Example below. Before POL ITERATION 1 1 1 2 2 1 3 1 3 2 3 3 3 4 After POL ITERATION 1 2 2 1 3 4 Anyone know how to do that? Cheers! Gareth Keenan |
![]() |
| Thread Tools | |
| Display Modes | |
|
|