> This is really a simple problem to solve.  Here is a sample "data" program 
> that
> I believe satisfies the OP's needs:
> 
>          MACRO
> &LBL     LITADCON &LIT
> DATAAREA LOCTR ,
> L&SYSNDX DC    &LIT
> &SYSECT  LOCTR ,
> &LBL     DC    A(L&SYSNDX)
>          MEND
> TESTPGM  CSECT ,
> DATAPTR1 LITADCON C'1234'
> DATAPTR2 LITADCON C'5678'
> DATAPTR3 LITADCON C'9012'
> DATAPTR4 LITADCON C'3456'
>          END   TESTPGM

That more or less exactly what I'm doing now. But I want to deduplicate the 
literals (like LTORG does). That's what started this thread.

Fred!

-----------------------------------------------------------------
ATTENTION:
The information in this e-mail is confidential and only meant for the intended 
recipient. If you are not the intended recipient, don't use or disclose it in 
any way. Please let the sender know and delete the message immediately.
-----------------------------------------------------------------

Reply via email to