Hello All: I am trying to do a count - Select count(*) - in sqr and move the value to a variable to be used later. This is how I did it: Begin-sql count(*) &Count FROM PS_JOB End-Sql What am I doing wrong? Thanks for the help!!