It would seem to me that if CATTR segregates the code I should be able to dine 
how put the external reference for CSR4BLD in that class

Thanks 



> On Nov 22, 2020, at 10:01 PM, Keven Hall <k...@k3n.us> wrote:
> 
> If your SRB code needs to be in common storage, maybe an better solution 
> might be to put it in a separate module and issue a global or a directed LOAD 
> (according to your requirements for module persistence) to put it there.  
> That will also obviate any need to adjust AdCons during relocation from 
> private to common storage.
> 
> 
> Keven
> 
> 
> 
> Sent from my iPhone
> 
>> On Nov 22, 2020, at 20:32, Joe Reichman <reichman...@gmail.com> wrote:
>> 
>> Hi
>> 
>> 
>> 
>> I have SRB code in my Assembly which I segregated with a CLASS via CATTR
>> 
>> 
>> 
>> In that SRB routine I am calling CSRC4BLD statically i.e with a VCON
>> 
>> 
>> 
>> Since I am going to move this code to CSA I would like the =V(CSRC4BLD) to
>> be in the same class where I defined my SRB so when I MVCL the class to CSA
>> =V(CSRC4BLD)
>> 
>> 
>> 
>> Goes along with the rest of my code
>> 
>> 
>> 
>> Thanks    
>> 
>> 

Reply via email to