![]() |
|
#31
|
||||
|
||||
![]() okay I will work on the macro step....Can you explain the %mend? I'll give you an update after I fill in some things and screw it up...
|
#32
|
||||
|
||||
![]() Okay I almost got the loop working, but for the numbers:
I am using, and when I refer to the month I need it to be in the format 01, how do I ensure this? %do mth = 01 %to 12; |
#34
|
||||
|
||||
![]() modified using If mth <10
%let subdirectory with 0 before mth else subdirectory without 0... easy fix...(sorry this prolly makes little sense) |
#35
|
||||
|
||||
![]() Good to hear all the different ways to do the same thing!
|
#37
|
|||
|
|||
![]() So that prior thing should've just created the library references, now you need to append your tables. Here's what you need to do to append your tables together. I haven't finished this, the stuff that is hard coded in red needs to be changed to a formula.
Spoiler: |
#39
|
||||
|
||||
![]() I think you just want
f%SYSFUNC(PUTN(&af_i,z4.))lib.&infile.
__________________
If at first you don't succeed, you have one data point.
Res ipsa loquitur, sed quid in infernos dicet? |
#40
|
||||
|
||||
![]() Possibly I will improve my rag tag coding in the future with your elite efforts.
|
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|