On 2016-05-30, at 10:14, michealbutz wrote: 
>  
>                       01668        2774=WS_LEN   EQU   *-WS_DSECT    
> 001668                00000 01670  2775 HRTCPRD  RSECT               
> 001668 00000000                    2776 WS_LENGTH DC  A(WS_LEN)      
> ** ASMA032E Relocatable value or unresolved symbol found when absolut
> ** ASMA435I Record 698 in IBMUSER.HERCULES.SERVER(HRTCPRD) on volume:
> 00166C 00000001                    2777 WS_LEN1   DC  A(L'WS_LEN)    
> ** ASMA019W Length of EQUated symbol WS_LEN undefined; default=1     
> ** ASMA435I Record 699 in IBMUSER.HERCULES.SERVER(HRTCPRD) on volume:
>        
Is WS_DSECT properly defined as an equated symbol, not a SETA? Is it
relocatable with respect to the same location counter?  What does
the relocation dictionary show?  What does

         DC    A(WS_DSECT)   do?

-- gil

Reply via email to