Our leader decided to keep our date fields as PIC X(8) instead of my recommended PIC 9(8). We are suppose to initialize some of the date fields for privacy reasons. So when I initialize the date it became spaces (obviously) instead of zeroes. My tech leader then kicked himself for not using PIC 9 field and said for the time being just move '00000000' to the date field. Would there be any problems down the line that would present itself if we took this band aid route instead of going back and changing the copybook?