Replace Low Values with Spaces using SORT
Many times LOW VALUES are present in the input file and the job abends. For a quick fix, developers have to replace LOW VALUES with SPACES or any other value like ZERO. Let’s take a look at the solution to the below-mentioned issues. How to replace all LOW-VALUES (X’00’) in a file with SPACE (X’40’). […]
Replace Low Values with Spaces using SORT Read More »