Open a SAS data set.
  dsid=open('sasuser.class','i');
  call set(dsid);
  fetch(dsid);
  nvar=attrn(dsid, 'NVARS');
  nobs=attrn(dsid, 'NOBS');