I am creating a procedure and trying to put output file name with today's date. Whenever I run it, I want to see that date with MMDDYYYY format. I have 2 output file, so their name will be AD_MMDDYYY and the other one is IM_MMDDYYYY
IF la_dtc_population.COUNT > 0
THEN
IF pv_file_type IN ('ID.&sysdate', 'AD.&sysdate' )
What it will be, this doesn't work? Thanks