On Monday, May 3, 2021, 01:05:53 PM PDT, Paul Gilmartin <[email protected]> wrote:> &STMT SETC 'LABEL DC A(C)' > * . . . > &STMT
Tony is asking about AREAD. The problem you describe is where label, opcode and
arguments must be specified. I would solve this using indexed variables.
&STMT SETC ('label', 'DC','A(C)')* ...&STMT(1) &STMT(2) &STMT(3)
Jon
