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


diff bw vsam and normal flat file?

Answers were Sorted based on User's Feedback



diff bw vsam and normal flat file?..

Answer / muttaiah

Hi,

One difference is how we process the records.

In flat file we can process records only sequentially where
as in Vsam we can process sequentially(ESDS), random(KSDS)
or dynamic(RRDS).

That's why most of them prefer vsam. since we can access in
all modes.

Is This Answer Correct ?    25 Yes 1 No

diff bw vsam and normal flat file?..

Answer / himap

As the name suggest - VSAM - Virtual Storage Access Method - it is the Access Method that is major difference between VSAM and FLAT file.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JCL Interview Questions

How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

0 Answers  


Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?

1 Answers   Thomson,


How do you restart a PROC from a particular step?

5 Answers  


Given a input file with duplicates how to remove the duplicate records from the file using JCL?

6 Answers   CDS, Convergys, TCS,


what is the control cards?

3 Answers  


wt will happen to the step of a job if u code COND=ONLY

5 Answers   ADP,


Can an individual step be restricted from using all the jobs allowed cpu time?

0 Answers  


How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?

1 Answers  


What is the exact difference between PRTY and DPRTY

2 Answers   iGate,


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

0 Answers   IBM,


How to empty the records in jcl

1 Answers  


What is a S0C4 error ?

2 Answers  


Categories