Description:
UNDER SAS 9.1.3 WHEN RUNNING THE SP.CNTL(VMCCGEN) THE JOB CAN FAIL WITH THE FOLLOWING SAS ERRORS - ERROR:390-185 EXPECTING AN RELATIONAL OR ARITHMETIC OPERATOR - ERROR:76-322 SYNTAX ERROR, STATEMENT WILL BE IGNORED - NOTE: AUTOCALL MEMBER, SYSRC, HAS NOT BEEN COMPILED BY THE MACRO PROCESSOR
Solution:
Check the SP.PARMS(JCLDEFC) member for the SAS AUTOLIB and make sure it is the FB AUTOLIB for SAS 9.1.3 - If the correct SAS AUTOLIB is listed regenerate the PROCS by running the SP.CNTL(JCLGEN0) and SP.CNTL(PROCJOB1) and then rerun the SP.CNTL(VMCCGEN) - If the SP.PARMS(JCLDEFC) does not have the correct FB SAS AUTOLIBS edit this member and then GENERATE the PROCS by running SP.CNTL(JCLGEN1) and SP.CNTL(PROCJOB1)