If the digit force is the second character, I found that GPR1 is not set (can prove it with traces).
Thus, just use ED, or plain UNPK and OI the last byte with X'F0'

On 08/11/2017 14:02, Robin Vowels wrote:
From: "Gray Gregory" <[email protected]>
Sent: Thursday, November 02, 2017 4:56 PM


Great link, thanks but my question is, is there a fill character that will pad the pattern with zeros. I've even tried X'F0', and X'00' as the first character in the pattern.

'00' can't do it because it is not a printable character.

'F0' as a fill character (the first in the pattern) will do it. You need to have
the digit force character '21' as the second character in the pattern.

To make this go, you will need a receiving field of length 2 more bytes than you want,
and then ignore the first two bytes.

from Greg Gray
[email protected]
2406131660

-----Original Message-----
From: IBM Mainframe Assembler List [mailto:[email protected]] On Behalf Of David Woolbright
Sent: Wednesday, November 01, 2017 4:57 PM
To: [email protected]
Subject: Re: edmk instruction

Check out this link for general info about EDMK with examples:
http://csc.columbusstate.edu/woolbright/Instructions/EDMK.pdf

On Wed, Nov 1, 2017 at 4:24 PM, Steve Smith <[email protected]> wrote:

Maybe for you, but not in general.

On Wed, Nov 1, 2017 at 4:05 PM, Pieter Wiid <[email protected]> wrote:
> If you have a x'21' in the edit pattern, you may as well use ED instead
of EDMK.
--
Dr.David E. Woolbright
Professor of Computer Science
TSYS School of Computer Science
Columbus State University
4225 University Avenue
Columbus, Georgia 31907-5645
(706) 580-9863
[email protected]



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

Reply via email to