I have code that creates objects dynamically with the "CREATE USING" statement . It does not seem to work. I am not seeing any place where it says it not supported. Do need to make code change to get this to work?
All I am doing is:
lnv_object = CREATE USING as_object_name
I am checking right after to see if it created and it not.
Thanks for your assistance.