On Nov 8, 2021, at 08:13:09, Seymour J Metz wrote: > > What's wrong with using LOCTR in a customer-facing macro? > It requires an unlikely degree of coordination between vendor and customer leest a construct like the following unwittingly occur: BAR LOCTR USING *,2 * ... (More stuff) FOO LOCTR L 1,=F'42' * ... (More stuff) BAR LOCTR * ... (More stuff) LTORG
The interaction of LOCTR with LTORG is ill-defined. Ideally, there might be a qualifier on each literal controlling which LOCTR owns it rather than assembling all pending literals at any LTORG. -- gil