Most programmers would expect these two to be equivalent:
MVC foo,bar
MVC foo(L'foo),bar
If you can make a business case, I would suggest an RFE for an R (repetition)
attribute.
--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
________________________________________
From: IBM Mainframe Assembler List [[email protected]] on behalf
of Joseph Reichman [[email protected]]
Sent: Wednesday, December 29, 2021 8:42 AM
To: [email protected]
Subject: Determining a group item
Is there any way of determine a group item
I was always under the impression that
For instance FIELDA DS 0CL10
The L’FIELDA length would by zero
Just ran an assembly and did a SETA &A L’FIELDA and then. DC F’&A’ and it
was 10
So my question becomes is there any way of determining a group item
Thanks