SHIFT : Add or Remove SPACES-characters to input data
SHIFT =LEFT will left-squeeze by removing all of the blanks, shifting the remaining characters to the left and padding on the right with blanks if needed. SHIFT =RIGHT indicates that you want to right-squeeze by removing all of the blanks, shifting the remaining characters to the right and padding on the left with blanks if […]
SHIFT : Add or Remove SPACES-characters to input data Read More »