I hope I am in the right forum???I have recently started at a new company which uses A Unidata/PICK/BASIC system. I have absolutely 0 programming experience and my fiirst class (in Denver, CO. at RocketSoftware) for the intro to programminng isn't scheduled until january Soooo... I am hoping that I can find help here during my first few months and try to mange to do as much reading as possible in order to stay afloat. I have found a few online publications that I think should help. If anyone here can help me with the following "project" that I am using as practice I would be forever grateful! here is what I am trying to do; I need to create a routine (program) in BASIC that does the following;
allows a user to input two dates.
• Dates have to be valid
• Both dates have to be greater than the current date (today) and less than a year from the current date
• The second date has to be greater than the first date
I have done a few smaller practice projects, but I guess I have not gotten to the chapter that covers what I would GUESS is using the OCONV tool to convert the dates and then somehow check to make sure the rules above are enforced. Like I said, ANY help would be greatly appreciated!
allows a user to input two dates.
• Dates have to be valid
• Both dates have to be greater than the current date (today) and less than a year from the current date
• The second date has to be greater than the first date
I have done a few smaller practice projects, but I guess I have not gotten to the chapter that covers what I would GUESS is using the OCONV tool to convert the dates and then somehow check to make sure the rules above are enforced. Like I said, ANY help would be greatly appreciated!