On 2016-10-13, at 09:25, John P. Hartmann wrote:

> You did not say that is what you want, but then I didn't notice which forum 
> you wrote to, so mea culpa.
> 
> Anyhow, if your computer runs VM, you don't have to write assembler at all 
> (and if it runs MVS, make your requirement known to IBM).
>  
On z/OS, the first part is easy:

    sed 's/[^0-9]//'  # (Pretty similar to the first Pipeline stage.)

The PACK part is harder.  Don't know about MVS.

-- gil

Reply via email to