I have 2 programs that have pretty much the same sets of code in each one, but each one uses to different tables/datasets to perform the same calculations.
There is a point in each set of programs where they need to pull a resulting variable from a table/dataset from the other program, but this/these variables have the same variable name.
Is there a way of referencing the variables buy table/dataset name and variable name, e.g.
Table1 = Table/dataset
Table2 = Table/dataset
Var = Variable appearing in both Table1 & Table2
NewVar = Table1.Var + Table2.Var
Thanks
There is a point in each set of programs where they need to pull a resulting variable from a table/dataset from the other program, but this/these variables have the same variable name.
Is there a way of referencing the variables buy table/dataset name and variable name, e.g.
Table1 = Table/dataset
Table2 = Table/dataset
Var = Variable appearing in both Table1 & Table2
NewVar = Table1.Var + Table2.Var
Thanks