suppose i declared a macro name anything, xyz()
and now i am creating another macro xyz1() and referencing the 1st macro i.e xyz() in 2nd.
finally i'll create another macro xyz2() and referencing 2nd macro in 3rd...
now my question is is this correct(its executing without any problem)..? and macro xyz() is defined twice.... why its not giving error ? what is the solution..?