I am having an issue where if a date field is blank on the screen, I want to save NULL in my date field in my SQL DB.
How do I do this with Embedded SQL with Visual COBOL? I've tried passing spaces, but that saves the date as 1900-01-01, I've tried passing 020202, and that saves the date field as 1955-04-25.