I'm calling another table from within and input program and I want to pass a variable. The called program has the variable defined as DECLARE GLOBAL while the program that is calling it has it defined as DECLARE EXTERN. Is this why I'm getting the error? Are these supposed to be reversed?