Hi,
I am trying to automate the "replace" command for a range of values, for example if codkm values are from 1 to 62 and if values are 70, 74, 77
g codkmgr=0
replace codkmgr=1 if codkm .....
I am trying to automate the "replace" command for a range of values, for example if codkm values are from 1 to 62 and if values are 70, 74, 77
g codkmgr=0
replace codkmgr=1 if codkm .....
Comment