I wold like to know if there is any way to jump or leave the task (a serie of proc selections) if the result of the following count were zero Select count(*) as N_registro from WORK.SIMU_DADOS_CLIENTE where tp_renda= "Month"; if the count of these select were not zero, then they continue the task or the other proc selections in the task/program.
... View more