View previous topic :: View next topic
|
Author |
Message |
shakti
New User
Joined: 20 Jan 2004 Posts: 42
|
|
|
|
I need information for the following.
Is there any facility available in cobol to do some special task on monthly basis like jcl.
I want to know the command which will do some specific task on 31 st of every month.
Immediate help will be highly appreciated.
Thanks
Shakthi |
|
Back to top |
|
|
sandip_datta
Active User
Joined: 02 Dec 2003 Posts: 150 Location: Tokyo, Japan
|
|
|
|
I don't know such facility exists in COBOL itself. If you want to run the total COBOL program on month end, you can schedule the JCL running that program accordingly.
Or, you can check with the date for monthend. These monthend dates can be updated in a parameter annually. In COBOL. you can read the parameter for date and check whether the processing date is equal to the parameter dates. Then you can branch your processing depending on the result of the IF loop.
Regards,
Sandip. |
|
Back to top |
|
|
shakti
New User
Joined: 20 Jan 2004 Posts: 42
|
|
|
|
Thanks sandip.
This info is very useful.
Thanks again for your time spent on this.
shakthi |
|
Back to top |
|
|
|