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 

RENT attributes

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


Joined: 25 Jul 2004
Posts: 46
Topics: 20

PostPosted: Fri Dec 17, 2004 7:00 am    Post subject: RENT attributes Reply with quote

How can i know a load module is linked with the RES/RENT attributes or not??
thanks in advance
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: Fri Dec 17, 2004 8:36 am    Post subject: Reply with quote

jacky_ying,

You can run IBM's AMBLIST to list the load module attributes.

Code:

//STEP0100  EXEC PGM=AMBLIST,REGION=100K   
//SYSPRINT  DD SYSOUT=*                     
//SYSLIB    DD DSN=YOUR LOAD LIBRARY, 
//             DISP=SHR                     
//SYSIN     DD *                           
 LISTLOAD  MEMBER=yourpgm name
/*                           



Check this link for a detailed explaination of AMBLIST

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2V150/15.0?DT=20040713120513


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
jacky_ying
Beginner


Joined: 25 Jul 2004
Posts: 46
Topics: 20

PostPosted: Fri Dec 17, 2004 8:51 am    Post subject: Reply with quote

Kolusu
thanks for your prompt reply,
you really help me
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