I am using the Coalesce db2 function to join the three tables. suppose t1.id=coalesce(t2.id,t3.id)
left outer join t1.AGtID=COALESCE(t2.AGNTID,t3.AGNTID)
while parsing it is throughing the error like Agentid doesnot have the authority to change the database manager configuration file.