I had this routine to find and replace Unprintable Characters, but it does not compile under IBM z/os Cobol.
Environment Divison.
Configuration Section.
Special-Names.
class unprintable-char is x'00' thru x'49'
x'51' thru x'59'
x'62' thru x'69'
x'70' thru x'79'
x'80'.
.
.
inspect some-filed replacing all unprintable-char by space.
Any have a routine that works with IBM z/os cobol ?
Environment Divison.
Configuration Section.
Special-Names.
class unprintable-char is x'00' thru x'49'
x'51' thru x'59'
x'62' thru x'69'
x'70' thru x'79'
x'80'.
.
.
inspect some-filed replacing all unprintable-char by space.
Any have a routine that works with IBM z/os cobol ?