I guess if it is off support, this might require some sleuthing. How current is your maintenance on the PL/I compiler? If it missing some, I would suggest installing it. Do you see any other error messages or traces? Does it show where the error occurred in the compiler?
What was changed before this run that the error occurred in? Can you go back to a previous version of the source and see if that runs successfully or not? So, if the z/OS Changed that moved control blocks around. You might need to get an SVC Dump of the problem and see if anything moved above the line where the compiler expected it below the line. This error seems to indicate that the compiler took an S0C4 type abend. That can be due to a control block change. Do you have a previous version of the OS to IPL and run the same abending compile on and see if that works? You might see what compiler options are being used and see if any might require below the line control blocks. Try turning some on and off. Last option - (I know this may not be possible) upgrade to a current version of PL/I compiler. Lizette > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Juergen Kehr > Sent: Tuesday, September 29, 2015 8:36 AM > To: [email protected] > Subject: Help needed with old PL1 compiler message > > Hi, > > unfortunately a very old PL1 Compiler (5668-910 IBM OS PL/I OPTIMIZING > COMPILER V2.3) is still used on our systems (z/OS V1.13). > > Now we get the following error message during compile runs: > > ERROR ID L LINE MESSAGE DESCRIPTION > > UNRECOVERABLE DIAGNOSTIC MESSAGES > > IEL0001I U 595 PREPROCESSOR ERROR NUMBER 0 DURING PHASE 'CA'. > > The message explanation says, that this error is due to a fault in the > preprocessor, > not the source program. > It seems that this situation occurs after using a new maintenance level of > z/OS, but > of course the compiler itself didn't change. > > I think it doesn't make sense to open a PMR with IBM, because the compiler is > out of > service since 12-31-2003! > > So any help, where we should look for is apprechiated. > > Regards. > Juergen > > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
