joshuaguilty
Programmer
I am typing repeating steps for replacing like this.
use c:\folder1\table1
replace field1 with "AAA" for field1="aaa" and field2="Y"
replace field1 with "BBB" for field1="bbb" and field2="Y"
replace field1 with "CCC" for field1="ccc" and field2="Y"
use c:\folder1\table2
replace field1 with "AAA" for field1="aaa" and field2="Y"
replace field1 with "BBB" for field1="bbb" and field2="Y"
replace field1 with "CCC" for field1="ccc" and field2="Y"
....
Could I automate them in a script ?
Thanks.
use c:\folder1\table1
replace field1 with "AAA" for field1="aaa" and field2="Y"
replace field1 with "BBB" for field1="bbb" and field2="Y"
replace field1 with "CCC" for field1="ccc" and field2="Y"
use c:\folder1\table2
replace field1 with "AAA" for field1="aaa" and field2="Y"
replace field1 with "BBB" for field1="bbb" and field2="Y"
replace field1 with "CCC" for field1="ccc" and field2="Y"
....
Could I automate them in a script ?
Thanks.