MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Detecting PL1 compiler version in loadmodule

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming
View previous topic :: View next topic  
Author Message
bauer
Intermediate


Joined: 10 Oct 2003
Posts: 315
Topics: 49
Location: Germany

PostPosted: Fri Sep 30, 2011 1:44 am    Post subject: Detecting PL1 compiler version in loadmodule Reply with quote

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
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12369
Topics: 75
Location: San Jose

PostPosted: Fri Sep 30, 2011 10:29 am    Post subject: Reply with quote

bauer,

Try this http://gsf-soft.com/Products/LOADXREF.shtml

Kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
bauer
Intermediate


Joined: 10 Oct 2003
Posts: 315
Topics: 49
Location: Germany

PostPosted: Sat Oct 01, 2011 3:32 pm    Post subject: Reply with quote

Yes, this helps.
Thank you very much.
Regards,
Bauer
Back to top
View user's profile Send private message
bauer
Intermediate


Joined: 10 Oct 2003
Posts: 315
Topics: 49
Location: Germany

PostPosted: Fri Oct 07, 2011 1:43 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group