After executing a DIAGNOSE the FStudio generated a LOG> Could it be a corruption in the RECSTAT data set? 27669 proc datasets library=_HPF6 nolist; 27670 modify recstat; 27671 index delete _nodeKey_ ; WARNING: No key variables have been defined for file RECSTAT. WARNING: No index named _nodeKey_. 27672 index create _nodeKey_ = (sSALESORG sDISTR_CHAN sMATL_GRP_1 sMAT_DESCR CL3_NAME CL4_NAME CL5_NAME) ; ERROR: Variable SSALESORG is not on file _HPF6.RECSTAT. ERROR: Variable SDISTR_CHAN is not on file _HPF6.RECSTAT. ERROR: Variable SMATL_GRP_1 is not on file _HPF6.RECSTAT. ERROR: Variable SMAT_DESCR is not on file _HPF6.RECSTAT. ERROR: Variable CL3_NAME is not on file _HPF6.RECSTAT. ERROR: Variable CL4_NAME is not on file _HPF6.RECSTAT. ERROR: Variable CL5_NAME is not on file _HPF6.RECSTAT. 27673 quit;
... View more