Hi
In my display file, field 'Date' with length 8 (format is DD/MM/YYYY). How can I check in RPGLE program whether value entered is correctly or not. For example, if user enter 49012014 then it should throw an error. I tried TEST(DE) *DMY SCREENDATE, but it didn't work because valid date is also throws error.
Any suggestions...Please help.
In my display file, field 'Date' with length 8 (format is DD/MM/YYYY). How can I check in RPGLE program whether value entered is correctly or not. For example, if user enter 49012014 then it should throw an error. I tried TEST(DE) *DMY SCREENDATE, but it didn't work because valid date is also throws error.
Any suggestions...Please help.