Load and instantiate the CATALOG object, and then associate the object with SASHELP.FSP.
INIT:
    catclass = loadclass
               ('sashelp.fsp.catalog.class');
    catalog = instance( catclass );
    call send( catalog, '_setup',
               'SASHELP.FSP' );