Sorry but I don’t follow 
If LCLx &FOO is declared in open code 
And also let’s say assigned a value the scope is the entire assembly 

If GBLx &FOO is declared inside a macro 
And also say set 

It’s scope is too the entire assembly ?


> On Jun 27, 2023, at 12:09 PM, Seymour J Metz <sme...@gmu.edu> wrote:
> 
> The scope of the global &FOO is those units containing GBLx &FOO, where a 
> unit is either a macro or the open code.
> 
> ________________________________________
> From: IBM Mainframe Assembler List <ASSEMBLER-LIST@LISTSERV.UGA.EDU> on 
> behalf of Joseph Reichman <reichman...@gmail.com>
> Sent: Tuesday, June 27, 2023 11:30 AM
> To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
> Subject: Conditional assembly variable scope
> 
> Would any know the difference in scope
> Of a local used in open code and a global used
> In a macro the both seem to have a scope of the entire assembly

Reply via email to