You must have mucked up something else. Either will "work" (in the sense that they will fill the output, although x'00' is not printable; you want x'F0').
Charles -----Original Message----- From: IBM Mainframe Assembler List [mailto:[email protected]] On Behalf Of Gray Gregory Sent: Wednesday, November 1, 2017 10:57 PM To: [email protected] Subject: Re: edmk instruction 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. 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]
