The customer doesn’t want any special characters i.e, comma, dollars signs, in the output field just the total amount in the output ds cl15 field: example: 000000003589342.
from Greg Gray [email protected] 2406131660 -----Original Message----- From: IBM Mainframe Assembler List [mailto:[email protected]] On Behalf Of retired mainframer Sent: Wednesday, November 01, 2017 8:33 PM To: [email protected] Subject: Re: edmk instruction Where did the $ come from? > -----Original Message----- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER- > [email protected]] On Behalf Of Steve Thompson > Sent: Wednesday, November 01, 2017 2:44 PM > To: [email protected] > Subject: Re: edmk instruction > > Does the customer really want something like 00000$10245670 ? > > Because with EDMK and the mask you have specified that is pretty much > how this is going to work (as least the first three looks I took at > this trying to figure out why the edit mask was written the way it > is). > > Regards, > Steve Thompson > > > On 11/01/2017 03:29 PM, Sokolsky, Hayim Z. wrote: > > Just a try of the top of my head ... > > > > MVC OUTPUT(15),=X'F0202020202020202020202020202120' > > EDMK OUTPUT(15),NUMBER
