View previous topic :: View next topic
|
Author |
Message |
jerryte
Active User

Joined: 29 Oct 2010 Posts: 205 Location: Toronto, ON, Canada
|
|
|
|
The AMBLIST utility can be used to list the IDR information about csects in a load module. This includes the date it was compiled. It does not list the time of the compile even though this information exists inside the csect. The report has a heading for the "TIME". I checked the manual but could not find a way to do this.
Is there another utility that can list the compiled date and time? |
|
Back to top |
|
 |
steve-myers
Active Member
Joined: 30 Nov 2013 Posts: 917 Location: The Universe
|
|
|
|
Compile time is not in IDR data in a load module. The only time value in IDR data is the link time for a load module / program object built by the Binder. AMBLIST knows nothing about a compile time in text data constructed by some compilers. |
|
Back to top |
|
 |
jerryte
Active User

Joined: 29 Oct 2010 Posts: 205 Location: Toronto, ON, Canada
|
|
|
|
steve-myers wrote: |
Compile time is not in IDR data in a load module. The only time value in IDR data is the link time for a load module / program object built by the Binder. AMBLIST knows nothing about a compile time in text data constructed by some compilers. |
When I browse the load module I can see the start of the csect followed by the date & time it was compiled. Is this part of the ADATA? Is there a utility to extract this?
Appreciate your help |
|
Back to top |
|
 |
steve-myers
Active Member
Joined: 30 Nov 2013 Posts: 917 Location: The Universe
|
|
|
|
jerryte wrote: |
When I browse the load module I can see the start of the csect followed by the date & time it was compiled. Is this part of the ADATA? Is there a utility to extract this?
Appreciate your help |
No. Most IDR data is built by the language processor and stored by the Binder as binary data at the start of the load module. The data you are seeing is built by the compiler and stored as part of the text of the load module. There is no standard for this text. I do not know of any program that locates and displays this text. |
|
Back to top |
|
 |
|