Load the Data Set Model. In this example, the data set model object is being used as a stand-alone object. Therefore, if you are using SCL similar to this with a data form object or data table object, you should omit the LOADCLASS and INSTANCE functions.
INIT:
   datcl=loadclass('sashelp.fsp.datast_m.class');
   datid=instance(datcl);