IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to create an IAM file and edit it?


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
swaroopvtk

New User


Joined: 10 May 2006
Posts: 2

PostPosted: Mon May 15, 2006 10:48 am
Reply with quote

Hi everyone,
i am new to mainframes. i wanted to know how to create an IAM file.
i know that there is a TSO command called $IAM. i used that command to create an IAM. when i try to edit it,i get an error saying that "file allocated but not created. dd statement missing".

i also want to know whether one can create IAM file using File-Aid. if yes, how?


thanking you
swaroop
Back to top
View user's profile Send private message
juanova

New User


Joined: 17 Mar 2006
Posts: 3

PostPosted: Mon May 22, 2006 8:22 pm
Reply with quote

You need to include the "owner".

IDCAMS DEFINE:

DEFINE CLUSTER (NAME(HILQ.XXXX.FILEA) -
SHR (2 3) -
OWNER($IAM) -
FSPC(20 15) -
KEYS(013 004) -
CYL(1000 1000) -
VOLUMES(AAAAAA BBBBBB CCCCCC) -
RECSZ(0457 4089) -
NOREPLICATE -
REUSE -
SPEED -
NOIMBED -
INDEXED ) -
DATA (NAME(HILO.XXXX.FILEA.DATA) -
CISZ(4096) ) -
INDEX (NAME(HILO.XXXX.FILEA.INDEX) -
CISZ(2048) )

FILE-AID:

FILE-AID --------------- ALLOCATE NEW VSAM CLUSTER ------------------------
COMMAND ===>
COMPONENT NAMES:
CLUSTER: 'HILO.XXXX.FILEA'
DATA COMPONENT ===> 'HILO.XXXX.FILEA.DATA'
INDEX COMPONENT ===> 'HILO.XXXX.FILEA.INDEX'
DATASET TYPE ===> KSDS (KSDS; ESDS; RRDS; LINEAR)
OWNER ID ===> $IAM
SPECIFY SMS CLASS INFORMATION:
STORAGE ===> DATA ===> MANAGEMENT ===>

SPACE ALLOCATION: DATA COMPONENT KSDS INDEX COMPONENT (BLANK FOR DEFAULT)
VOLUME SERIAL ===> ===>
UNITS ===> CYLS ===> (TRKS; CYLS; RECS; K; M)
PRIMARY ===> 1 ===> 0 (AMOUNT IN ABOVE UNITS)
SECONDARY ===> 10 ===> 0 (AMOUNT IN ABOVE UNITS)
REUSEABLE ===> YES (Y = YES; N = NO)
KEY LENGTH ===> 37 (1 - 255 - REQUIRED FOR KSDS ONLY)
KEY POSITION ===> 4 (0 - MAXIMUM RECORD - KSDS ONLY)
AVERAGE RECORDSIZE ===> 183 (NOT ALLOWED FOR LINEAR)
MAXIMUM RECORDSIZE ===> 8185 (NOT ALLOWED FOR LINEAR)
EXPIRATION DATE ===> (YYYY/MM/DD OR BLANK)
EXTENDED ALLOCATE ===> NO (Y = YES; N = NO)
Back to top
View user's profile Send private message
swaroopvtk

New User


Joined: 10 May 2006
Posts: 2

PostPosted: Sat Jun 03, 2006 2:49 pm
Reply with quote

Thanks a lot juanova.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top