It's not in my data set. I don't know what this variable is supposed to be. Unfortunately, I don't have access to the data that was used in the paper, I can only go off of the variables they defined in the text and comments within the code. This variable (popn_num) looks like it should be defined by some of the macro variables - it's right at the beginning of the code: %macro calc_km; %do POPNUM = 1 %to &N_POPNS; data one&POPNUM.; set WORK.PEST_2017_RESULT_FORPROGRAM; where popn_num = &POPNUM.; run; Thank you for your help!
... View more