Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Create syntax for a VSAM file ?

Answers were Sorted based on User's Feedback



Create syntax for a VSAM file ? ..

Answer / prasad

DEFINE CLUSTER -
(NAME (XX17.TEST.VSAM) -
INDEXED -
KEYS (8 0) -
RECSZ (300 300) -
FREESPACE (10 5) -
MGMTCLAS (MCNEVER) -
CYL (80 20) -
SHR (1 3) -
SPEED -
REUSE) -
DATA (NAME (XX17.TEST.VSAM.DATA) -
CISZ (4096)) -
INDEX (NAME (XX17.TEST.VSAM.INDEX) -
CISZ (2048))

Is This Answer Correct ?    52 Yes 6 No

Create syntax for a VSAM file ? ..

Answer / dhiraj

FOR ESDS:-

DEFINE CLUSTER (NAME(USERID.VSAM.ESDS) -
VOLUME(xxxxxx) -
TRACKS(5 2) -
RECORDSIZE(80 80) -
CISZ(4096) -
NONINDEX) -
DATA (NAME(USERID.VSAM.ESDS.DATA))

Is This Answer Correct ?    30 Yes 11 No

Post New Answer

More VSAM Interview Questions

what do you mean by a upgrade set in vsam?

0 Answers   IBM,


1. delete is not possible in esds. why? 2. i have 10 records in a esds file and i want to delete only 1st record ..then what i have to do?.. it will not affect any sequence of the RBA. 3. why open extend is not possible in rrds vsam file?

3 Answers  


Is it slower if you access a record through alt index as compared to primary index?

0 Answers  


What is an alternate index and path ?

2 Answers   Infosys, TCS,


what is the use of aix in vsam why do we go for aix and wht is build index in vsam?

5 Answers   HCL, IBM,


What is the meaning of VSAM RETURN-CODE 28?

3 Answers  


What is the use of VSAM files? How to read this ?

3 Answers   CTS,


What is a CA, control area?

1 Answers  


Alt key is used for what type of vsam file

3 Answers  


What is RECOVERY and SPEED parameters in DEFINE CLUSTER command?

1 Answers  


when u r using repro command what happens if both infile and outfile names same

4 Answers  


What is the meaning of the DEFINE MODEL parameter?

1 Answers  


Categories