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 

IAM File Type

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


Joined: 02 Dec 2008
Posts: 8
Topics: 3
Location: Dublin

PostPosted: Tue Jan 13, 2009 11:16 am    Post subject: IAM File Type Reply with quote

Hi Folks,

I have an IAM file on the production mainframe system and when I transfer it to the test machine it via connect direct it becomes VSAM.

I'm aware that the IAM file is more efficient file type than VSAM, but I'm interested to find out why it changed ?

And also were could I get useful information on IAM files to allow me to find out how to define a IAM file through JCL.
_________________
Regards,
Brian
Back to top
View user's profile Send private message
RonB
Beginner


Joined: 02 Dec 2002
Posts: 93
Topics: 0
Location: Orlando, FL

PostPosted: Tue Jan 13, 2009 5:35 pm    Post subject: Reply with quote

IAM is a proprietary access method that automatically intercepts VSAM calls and converts them to IAM calls if the dataset is defined as IAM. It is possible that you do not license IAM for the test machine, therefore the file cannot be allocated as IAM on the testing machine.
Unless you wish to use some of the advanced features of IAM allocations, merely providing the parameter OWNER($IAM) in a normal VSAM DEFINE statement will cause the file to be created as an IAM file, instead ( if, that is, the machine on which the file is being defined is running an IAM license ).
_________________
A computer once beat me at chess, but it was no match for me at kick boxing.
Back to top
View user's profile Send private message
theoldstone
Beginner


Joined: 02 Dec 2008
Posts: 8
Topics: 3
Location: Dublin

PostPosted: Wed Jan 14, 2009 3:17 am    Post subject: Reply with quote

Thanks for that information. I most check out the IAM licence on the test box.

The reason behind my testing is that I need to complete a delete and redefine of the produciton file as its attributes need to change, so I'm trying to make sure its redefined as a IAM file and not a VSAM file.
_________________
Regards,
Brian
Back to top
View user's profile Send private message
theoldstone
Beginner


Joined: 02 Dec 2008
Posts: 8
Topics: 3
Location: Dublin

PostPosted: Thu Jan 15, 2009 11:48 am    Post subject: Reply with quote

Just to say thank you to Ron !

The owner parameter has worked ok. Very Happy
_________________
Regards,
Brian
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