• It might be easier to use:

    exec msdb..sp_update_job @job_name = 'Job Name', @enabled = 0

    Paul (polecki@Insurance.com)