Frank Swarbrick wrote:
>In 2012 I started a discussion with this title.  (See 
>https://groups.google.com/forum/#!topic/mainframe-assembler/W3oDT_txPWo).  As 
>it seemed to be fairly well received, but not yet implemented, I decided to 
>open an official RFE for it: 
>http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=85682.  
>(Make sure you are signed on with your IBM user ID before clicking.)

>Please vote if it seems useful.

I guess I'm not convinced of the utility of this. Defining an EQU isn't hard, 
and many DSECTs don't end just because the definitions end:

SOME     DSECT ,
SOME1    DS    A         Some address         
SOME2    DS    F         Length of SOME3
SOME3    EQU   *         Character string starts here

So in cases like that, it seems like this magic length would be misleading.

...phsiii

Reply via email to