I'm getting reacquanted with s/370 assembler after a 40 years hiatus. I'm working through some examples from my Kacmar book, and need to convert from a character string to a packed decimal. PACK almost works, except it does not handle a leading (or any) plus or minus signed. Is there a *simple* way to do, or am I going to have to scan for the sign characters myself, remove them, pack the result, and flip the sign if it was negative? Alternatively, is there some accessible prior art out there?
- Convert *signed* EBCDIC to packed decimal Doug Wegscheid
- Re: Convert *signed* EBCDIC to packed decimal Kerry Liles
- Re: Convert *signed* EBCDIC to packed decimal Mike Shaw
- Re: Convert *signed* EBCDIC to packed decimal Doug Wegscheid
- Re: Convert *signed* EBCDIC to packed decimal Charles Mills
- Re: Convert *signed* EBCDIC to packed decimal MELVYN MALTZ
- Re: Convert *signed* EBCDIC to packed decimal Doug Wegscheid
- Re: Convert *signed* EBCDIC to packed decimal Tony Harminc
- Re: Convert *signed* EBCDIC to packed decimal Binyamin Dissen
- Re: Convert *signed* EBCDIC to packed decimal Dan at Poodles
- Re: Convert *signed* EBCDIC to packed decimal Dan at Poodles
