You can use the Object class as the parent class for many of the classes that you create with SAS/AF software. The Object class contains the base information that you ...
In Constructors -- Level One, the DDATA class implicitly extended OBJECT.CLASS. In fact, any class without an explicit EXTENDS clause in the CLASS statement extends OBJECT.CLASS. To explicitly extend ...