From: "Jon Perryman" <jperr...@pacbell.net>
Sent: Thursday, November 21, 2013 1:24 PM


Rather than moving the data to the 8 byte work field, you could calculate the length you want to move and then move it.
       LA  R3,5          Counter for EX
MOVE MVC WORKAREA(0),0(R9)                Move instruction for execute
       EX R3,MOVE                  Move 5 bytes

Well, actually, it moves 6 bytes.

---
This email has been checked for viruses by Avast antivirus software.
http://www.avast.com

Reply via email to