hi,
Writng the following syntax
data c1_obj type ref to c1.
create object c1_obj.
error is showing as
'Statement is not accessible'
kindly tell me the reason.
thanks in advance
Ansuman