I have the variable with date
$G_LoadDate = to_char(sysdate(),'yyyy.mm.dd');
i want to concatenate the following to $G_SourceData_Path
'\\mysharedir\projfile\' || $G_LoadDate
Thank you very much for the helpful info