View previous topic :: View next topic |
Author |
Message |
bauer Intermediate
Joined: 10 Oct 2003 Posts: 315 Topics: 49 Location: Germany
|
Posted: Fri Sep 30, 2011 1:44 am Post subject: Detecting PL1 compiler version in loadmodule |
|
|
Hi all,
I have a given loadmodule and I like to know the PL1 compiler Version which was used to produce the object code which is linked to the load.
I think, if I read at offset x in length y some bytes from the load I should know then involved PL1 compiler version.
Any comments, hints how to solve this problem ?
regards,
bauer |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
bauer Intermediate
Joined: 10 Oct 2003 Posts: 315 Topics: 49 Location: Germany
|
Posted: Sat Oct 01, 2011 3:32 pm Post subject: |
|
|
Yes, this helps.
Thank you very much.
Regards,
Bauer |
|
Back to top |
|
|
bauer Intermediate
Joined: 10 Oct 2003 Posts: 315 Topics: 49 Location: Germany
|
Posted: Fri Oct 07, 2011 1:43 am Post subject: |
|
|
Additional remark: Using AMBLIST with LISTIDR get's the translater version per CSECT
Code: |
//S020 EXEC PGM=AMBLIST
//SYSPRINT DD SYSOUT=*
//OBJECT DD DSN=MY.LIB,DISP=SHR
//SYSIN DD *
LISTIDR DDN=OBJECT
/*
|
and using this link
http://gsf-soft.com/Documents/PRODCODES.shtml
it's possible to interpret the productcodes listed by AMBLIST to some thing readable.
May this information helps somebody.
bauer[/url] |
|
Back to top |
|
|
|
|