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...


By seeing a program how we findout it is a VSAM program?

Answers were Sorted based on User's Feedback



By seeing a program how we findout it is a VSAM program?..

Answer / guest

Look at the access clause -
ORGANISATION IS INDEXED /RELATIVE .
Also - you will find KEY IS clause --
Tsi two things will clarify theta progarma is using VSAM
files .

Is This Answer Correct ?    25 Yes 2 No

By seeing a program how we findout it is a VSAM program?..

Answer / sorna

For KSDS and RRDS file can be idetified by organisation/Key
clause.For ESDS files we need look in to assign to AS-ddname
(ddname used in JCL).

Is This Answer Correct ?    11 Yes 0 No

By seeing a program how we findout it is a VSAM program?..

Answer / sathish

here use data and index name then can indentifide vsam.and
also here use define name key word.

Is This Answer Correct ?    3 Yes 0 No

By seeing a program how we findout it is a VSAM program?..

Answer / daya

For KSDS index and data parameters will be present
For ESDS nonindexed parameters will be persent
For RRds nunbered parameters will exists
For LDS linear parameters will exists

Is This Answer Correct ?    1 Yes 0 No

By seeing a program how we findout it is a VSAM program?..

Answer / sampath

In addition to file status flag, VSAM-FILESTATUS flag will
be there in program for VSAM files

Is This Answer Correct ?    0 Yes 0 No

By seeing a program how we findout it is a VSAM program?..

Answer / bharath putta

by seeing the idcams utility and the type of the dataset ie
numberedor indexed

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More VSAM Interview Questions

How do you load a VSAM data set with records ?

2 Answers   IBM,


HOW TO SORT RECORDS IN VSAM FILE?

3 Answers  


Using Alternate Indexes in CICS pgms: ?

1 Answers  


How to get the last record in vsam file in cluster?

0 Answers  


What is the main function of key sequenced data set in vsam?

0 Answers  


what is the difference between vsam and dataset how do u create vsam dataset which file you r used?

2 Answers   Fidelity,


what is meant by s0c-07 system abend codes?

0 Answers   IBM,


looking at the basic definition of VSAM file how to recognize whether it is a KSDS OR RRDS OR ESDS ?

2 Answers   IBM, Infosys,


explain the differences between vsam and non-vsam files

0 Answers   IBM,


Do all versions of the GDG have to be of the same record length ? is it possible to ovverride the dcb of the model dataset?

2 Answers  


Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now ?

4 Answers   Patni,


What is the index set?

1 Answers  


Categories