Re: Type attribute for data

2021-12-28 Thread Joseph Reichman
No just wanted to verify Thanks > On Dec 28, 2021, at 8:14 PM, Gord Tomlin > wrote: > > On 2021-12-28 15:36 PM, Joseph Reichman wrote: >> I am going through a copy book in a macro >> Via the AREAD assembler instruction the copy book is a Dsect >> >> It seem whether data is defined ds cl6

Re: Type attribute for data

2021-12-28 Thread Gord Tomlin
On 2021-12-28 15:36 PM, Joseph Reichman wrote: I am going through a copy book in a macro Via the AREAD assembler instruction the copy book is a Dsect It seem whether data is defined ds cl6 or ds pl6 the T’ is always a C if it’s defined storage as a constant I.E DC Pl6 would be P Is there a

Type attribute for data

2021-12-28 Thread Joseph Reichman
I am going through a copy book in a macro Via the AREAD assembler instruction the copy book is a Dsect It seem whether data is defined ds cl6 or ds pl6 the T’ is always a C if it’s defined storage as a constant I.E DC Pl6 would be P Thanks