Complete the FUNCTION statement to create a function named TitleName that consists of two character arguments.
procfcmpoutlib=certadv.functions.samp; function TitleName ___________________ $50; if JobCode='S'then return(catx(' ','Software',',JobTitle')); elseif JobCode='M'then return(catx(' ','Manager of ',',JobTitle'));