The date is defined as CHAR (20041231)
& the error...[red]SQL0440N No authorized routine named "DATE" of type "FUNCTION having
compatible arguments was found. [/red]
Really appreciate your help!!!
Thanks,
Ann
Code:
select MEMBER_SSN , date ( LEFT ( END_DATE,4) || '-' || SUBSTR(END_DATE, 5,2) || '-' || RIGHT (END_DATE,2 ) )
END_DATE, BENEFIT_PLAN from elg_summary fetch first 10 rows only
& the error...[red]SQL0440N No authorized routine named "DATE" of type "FUNCTION having
compatible arguments was found. [/red]
Really appreciate your help!!!
Thanks,
Ann