Thanks Jonathan, I'll ask our support department to install this APAR.
Fred! -----Original Message----- From: IBM Mainframe Assembler List <[email protected]> On Behalf Of Jonathan Scott Sent: maandag 20 april 2020 9:54 To: [email protected] Subject: Re: CL8'' > Does anybody know why this happens: > > Active Usings: None > R-Loc Object Code Addr1 Addr2 Stmt Source Statement > HLASM R6.0 2020/04/20 08.13 > 000000 0A00000040404040 1938 DC CL8'' > 000008 4040404040404040 1939 DC CL8' ' This is a bug which was fixed by HLASM APAR PH08424 in Feb 2019. The problem was only likely to occur after the TRUNC support fixes in APAR PH06572. The existing code for handling zero-length values was in error in bypassing the logic to initialise the constant value to spaces (and also in bypassing the logic to translate those spaces to ASCII for an ASCII constant) but before the TRUNC changes the value area was likely to contain blanks anyway by chance. Jonathan Scott, HLASM IBM Hursley, UK ----------------------------------------------------------------- ATTENTION: The information in this e-mail is confidential and only meant for the intended recipient. If you are not the intended recipient, don't use or disclose it in any way. Please let the sender know and delete the message immediately. -----------------------------------------------------------------
