View previous topic :: View next topic |
Author |
Message |
k_sharma Beginner
Joined: 14 Aug 2003 Posts: 10 Topics: 3 Location: Dallas, US
|
Posted: Fri Aug 29, 2003 3:46 am Post subject: Compilation date in Load module of assembler program |
|
|
Hi All
Can somebody tells me what we need to do in application program so that it displays compilation date in the load module of the progam.
What I think that we need to include some DC statements in the program with some system defined variables.
Can somebody please tell me.
Thanks In Advance.
Sharma |
|
Back to top |
|
 |
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Sat Aug 30, 2003 7:02 pm Post subject: |
|
|
Hi
I did that using AMBLIST that runs as TSO command, and parsing its output.
O.
________
Kawasaki BN125
Last edited by ofer71 on Sat Feb 05, 2011 11:03 am; edited 1 time in total |
|
Back to top |
|
 |
Mervyn Moderator

Joined: 02 Dec 2002 Posts: 415 Topics: 6 Location: Hove, England
|
|
Back to top |
|
 |
k_sharma Beginner
Joined: 14 Aug 2003 Posts: 10 Topics: 3 Location: Dallas, US
|
Posted: Thu Sep 04, 2003 8:25 am Post subject: |
|
|
Hi Merv
Thanks you are right. It worked. I just gave &sysdate and & Systime. It gave in load module.
Just in advance I tried with &sysuid just to wanted to know that who has compiled some program. But it did't work.
Thanks
K sharma |
|
Back to top |
|
 |
Mervyn Moderator

Joined: 02 Dec 2002 Posts: 415 Topics: 6 Location: Hove, England
|
Posted: Fri Sep 05, 2003 3:30 pm Post subject: |
|
|
Well done. It's good that you're prepared to work things out. _________________ The day you stop learning the dinosaur becomes extinct |
|
Back to top |
|
 |
|
|