On 2015-08-18 15:37, Cali zMan wrote:
> I can't get some EXTRN variables to resolve at link-edit time.
> 
> Prog1 has:
> VAR1  DC      A(Equate1)
> VAR2  DC      A(Equate2)
> 
Need to declare them as ENTRY.

> Prog2 (separate CSECT, source file, etc.) wanting to reference those 
> variables, has:
>       EXTRN   VAR1
>       EXTRN   VAR2
> ...
> VAR1E DC      A(VAR1)
> VAR2E DC      A(VAR2)
> ...

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to