<< To determine the number of records affected, and then I prompt the user:
SET VAR vMsg = (.xxx & 'Records will be updated. Do you want to proceed?') DIALOG .vMsg vYesNo vEndKey YES...other_parameters >> Thanks Javier. This for an unattended process and my goal is to independently determine that the expected number of rows were actually touched by the UPDATE command. -- Larry

