ORG, that's what I was looking for.  Thanks.

And I expected the programmer's guide to be different.  Like the DSORG with 
explanations, examples, etc.

-----Original Message-----
From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On 
Behalf Of Martin Truebner
Sent: Monday, December 12, 2011 10:24 AM
To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
Subject: Shelf for HLASM REL6

Lindy,

this is the right shelf (at least I use the same)

>> I wanted to look up info on DSECT (I wanted to know how to do a
>> redefines), but I don't seem to find any good info on it.

You want this:
    MARTIN  DSECT
    FIELD1  DS  CL10
    FIELD2  DS  CL10

            ORG MARTIN
    FIELDB  DS  C
    FIELDC  DS  C

or this
    MARTIN  DSECT
    FIELD1  DS  CL10
    FIELD2  DS  CL10

    LINDY   DSECT
    FIELDB  DS  C
    FIELDC  DS  C

there is not much "redefines" to it- The second one needs an extra using.

--
Martin

Pi_cap_CPU - all you ever need around MWLC/SCRT/CMT in z/VSE more at 
http://www.picapcpu.de

Reply via email to