|
|
| Author |
Message |
krbabu
Active User
Joined: 20 Feb 2004 Posts: 57
|
|
|
|
HI,
How can we read the compilation and execution date of a particular program into ur Cobol code? Is it possible or not? |
|
| Back to top |
|
 |
References
|
Posted: Thu Feb 26, 2004 4:33 pm Post subject: Re: how to read compile and execution date of program |
 |
|
|
 |
mdtendulkar
Active User
Joined: 29 Jul 2003 Posts: 257 Location: USA
|
|
|
|
Hello krbabu,
If i am interpreting you correctly, you want to have the compilation and execution date for some purpose.
You can get the compilation date in LOADLIB and as well as in the WHEN-COMPILED parameter of your program.
For When executed???
I have a doubt...but yes you can get the RUNDATE from the SYSTEM
and store it in the variable.
If this is not your requirement, please clarify?
Hope this helps,
Regards
Mayuresh Tendulkar |
|
| Back to top |
|
 |
|
|