Callable Procedures > Call Syntax
  
Call Syntax
The calling syntax is:
SQL Server: Exec Ws_Job_Clear_Logs_By_Date @v_sequence, @v_job_name, @v_task_name, @v_job_key, @v_task_key, @v_job_to_clean, @v_day_count, @v_return_code OUTPUT, @v_return_msg OUTPUT, @v_result OUTPUT
Oracle: v_result := Ws_Job_Clear_Logs_By_Date(p_sequence, v_job_name, v_task_name, v_job_key, v_task_key, v_job_to_clean, v_day_count, v_return_code, v_return_msg);
DB2: CALL [METABASE].Ws_Job_Clear_Logs_By_Date(p_sequence, v_job_name, v_task_name, v_job_key, v_task_key, v_job_to_clean, v_day_count, v_return_code, v_return_msg, v_result);