Re: External symbol record for CATTR

2023-01-10 Thread Joseph Reichman
Ok will do Regarding your last line you are referring to opening up a ticket. I was told I could open up a ticket regarding things that didn’t work I’m not quite sure what that means Thanks > On Jan 10, 2023, at 9:17 AM, Peter Relson wrote: > > Joe, > > Please post a small assembler pro

Re: External symbol record for CATTR

2023-01-10 Thread Peter Relson
Joe, Please post a small assembler program that, when you assemble it, has the anomaly you cite. I'd think you could take the Metal C assembler, and strip out most of it. The following program, based on the tiny amount of data that you chose to share in your post, when assembled on z/OS shows

Re: External symbol record for CATTR

2023-01-10 Thread Joe Reichman
st On Behalf Of Jonathan Scott Sent: Monday, January 9, 2023 1:06 PM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: External symbol record for CATTR Ref: Your note of Mon, 9 Jan 2023 12:54:05 -0500 Joseph Reichman wrote: > I have zdpt personal edition licensce can I report this I mean I can

Re: External symbol record for CATTR

2023-01-09 Thread Jonathan Scott
Ref: Your note of Mon, 9 Jan 2023 12:54:05 -0500 Joseph Reichman wrote: > I have zdpt personal edition licensce can I report this > I mean I can open a ticket and in the comments have them assign it to you > I can upload my sysadata to the ticket opened We do not know what level of technical su

Re: External symbol record for CATTR

2023-01-09 Thread Joseph Reichman
I have zdpt personal edition licensce can I report this I mean I can open a ticket and in the comments have them assign it to you I can upload my sysadata to the ticket opened > On Jan 9, 2023, at 12:38 PM, Jonathan Scott > wrote: > > Ref: Your note of Mon, 9 Jan 2023 12:21:58 -0500 >

Re: External symbol record for CATTR

2023-01-09 Thread Jonathan Scott
Ref: Your note of Mon, 9 Jan 2023 12:21:58 -0500 Joseph Reichman wrote: > Just to let you know I searched the sysadata > For M_WSA and there was only a source record type 30 > > There were no type 20 records The same information should also be present in the ESD report in the listing, before th

Re: External symbol record for CATTR

2023-01-09 Thread Joseph Reichman
Just to let you know I searched the sysadata For M_WSA and there was only a source record type 30 There were no type 20 records The code was compiled under z/os 2.4 I’m now running z/os 2.5 B version ADCD I have zdpt personal edition > On Jan 9, 2023, at 11:24 AM, Jonathan Scott > wrote:

Re: External symbol record for CATTR

2023-01-09 Thread Jonathan Scott
The fact that the alignment warning appears confirms that the CATTR statement was processed. The warning is due to a known bug in the C compiler which may well be fixed in the latest level, and should be harmless in that it does not affect the generated code. I'd expect to see M_WSA among the ele

Re: External symbol record for CATTR

2023-01-09 Thread Joe Reichman
'00' 000 000E 2952 M_WSACATTR RMODE(ANY),PART(HEAD) -Original Message- From: IBM Mainframe Assembler List On Behalf Of Jonathan Scott Sent: Monday, January 9, 2023 7:02 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: External symbol record

Re: External symbol record for CATTR

2023-01-09 Thread Jonathan Scott
Joseph Reichman wrote: > I just compiled a Metal C program and generated sysadata > > I see a number CATTR assembler instructions > There are 0030 records but I dont see 0020 external symbol > records for the CATTR CATTR normally generates an element definition (ED, 03) ESD entry for the specifie

External symbol record for CATTR

2023-01-08 Thread Joseph Reichman
I just compiled a Metal C program and generated sysadata I see a number CATTR assembler instructions There are 0030 records but I don’t see 0020 external symbol records for the CATTR