I've had the COBOL compiler abend during the SQL preprocessor step with a 
malformed EXEC SQL statement.

________________________________
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> on behalf of 
Allan Staller <allan.stal...@hcl.com>
Sent: Thursday, August 29, 2019 11:46 AM
To: IBM-MAIN@LISTSERV.UA.EDU <IBM-MAIN@LISTSERV.UA.EDU>
Subject: Re: Case TS002648607 (PMR 76523,082,000) - Compiler abend

Found another instance of the same thing many years ago. I forget if it was 
COBOL-E or COBOL-F.
A missing period caused the compiler to abend.

Ah! The good old days.

-----Original Message-----
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
Charles Mills
Sent: Thursday, August 29, 2019 12:37 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Case TS002648607 (PMR 76523,082,000) - Compiler abend

Amazing!

Charles


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Joseph Reichman
Sent: Thursday, August 29, 2019 10:27 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Fwd: Case TS002648607 (PMR 76523,082,000) - Compiler abend

Begin forwarded message:

> From: "Basil Kanneth" <bkann...@ca.ibm.com>
> Date: August 29, 2019 at 11:01:57 AM EDT
> To: "Joseph Reichman" <reichman...@gmail.com>
> Subject: RE: Case TS002648607 (PMR 76523,082,000) - Compiler abend
>
> Hi Joseph,
>
> It turns out the system protection exception occurred because of a missing 
> semicolon after the following line in the code:
> typedef int (DLL_FN)(char *)
>
> So it should be:
> typedef int (DLL_FN)(char *);
>
> If you make the above changes, your test case should compile fine.
>
> We agree the compiler should not abend in this situation and we are 
> investigating a potential fix.
>
> I will provide you with another update by Thursday, September 5th, 2019.
>
> Regards,
> ________________________________
> Basil Kanneth, PMPĀ®
> IBM XL C,C++, Fortran & COBOL Compilers Service Team IBM Software
> Group - Toronto Lab
>
>
>
> From:        "Joseph Reichman" <reichman...@gmail.com>
> To:        "'Basil Kanneth'" <bkann...@ca.ibm.com>
> Date:        08/29/2019 08:16 AM
> Subject:        [EXTERNAL] Re: Case TS002648607 (PMR 76523,082,000) - 
> Compiler abend
>
>
>
> Any updates
>
> thanks
>
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
::DISCLAIMER::
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses and other defects.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to