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 

compile date of pgm

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


Joined: 14 Apr 2004
Posts: 13
Topics: 10

PostPosted: Mon Jun 21, 2004 4:38 am    Post subject: compile date of pgm Reply with quote

how can i find out when the pgm is compiled? i am having problem when my team member compiled the same pgm
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


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

PostPosted: Mon Jun 21, 2004 5:08 am    Post subject: Reply with quote

misi,

You can use the function WHEN-COMPILED to find out the date and time when a program was compiled.

Check this link for detailed explanation of the function

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IGY3LR10/1.2.8.15?SHELF=&DT=20020920180651&CASE=
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IGY3PG10/1.6.7.4?DT=20020923143836

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Mike Chantrey
Intermediate


Joined: 10 Sep 2003
Posts: 234
Topics: 1
Location: Wansford

PostPosted: Mon Jun 21, 2004 8:56 am    Post subject: Reply with quote

If you have FILEAID installed and use the CSECT display (function A) in the library option (option x.3.1 where x is you FILEAID ISPF option), it will display compile and linkedit dates/times for a load module.
Back to top
View user's profile Send private message
Cogito-Ergo-Sum
Advanced


Joined: 15 Dec 2002
Posts: 637
Topics: 43
Location: Bengaluru, INDIA

PostPosted: Mon Jun 21, 2004 1:37 pm    Post subject: Reply with quote

You may also like to use this:

Code:

//STEP1    EXEC PGM=AMBLIST       
//SYSIN    DD *                   
 LISTIDR MEMBER=load module name           
/*                                 
//SYSLIB   DD DSN=load module PDS,
//            DISP=SHR             
//SYSPRINT DD SYSOUT=*


Somewhere in the middle of the listing, you will get a date in Julian format showing when it was compiled.
_________________
ALL opinions are welcome.

Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes.
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