Getting a IEFC628I INCORRECT USE OF ASTERISK IN THE PARM FIELD error when trying to compile FAIRSCAN using the compile JCL provided in the CA Librarian System Services Reference Guide.
The PARM= statement contains a typo:
//**********************COMPILE FAIRSCAN***********************
//STEP1 EXEC PGM=IGYCRCTL,COND=(0,NE),REGION=4M,
// PARM=('SIZE(MAX)','DATA(24)',LIB,MAP,OBJ,NOSEQ,APOST,
// O**,XREF,SSR,ADV,NONUM,DYN,OPT,'FLAG(I,W)')
Change the O** parameter to OFF and resubmit the compile job.