Bernd Oppolzer's answer is the best, although I'd prefer to define the
fields so length overrides weren't needed:
ONEBYTE DS XL2
TWOBYTE DS CL3

Not that I'd likely use it for small fields, but the TROT instruction is
great at this.  It requires a 512-byte translate table though:

TROTTAB DC C'000102030405060708090A0B0C0D0E0F'
               DC C'101112...
                ...

Rob Scott posted this with more detail on the Assembler List a while back.

sas

On Tue, Sep 13, 2016 at 7:55 AM, don isenstadt <[email protected]>
wrote:

> I was interested in seeing a complete example.. here is one..
> http://www.z390.org/contest/p3/P3MM1.TXT
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>



-- 
sas

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

Reply via email to