What is the difference between PS file and VSAM file?

Answers were Sorted based on User's Feedback



What is the difference between PS file and VSAM file?..

Answer / ram

In physical sequential file records are stored in terms of
blocks,where as in VSAM files records are stored in
ControlInterval(C.I).

Is This Answer Correct ?    51 Yes 3 No

What is the difference between PS file and VSAM file?..

Answer / manjula

PS files can be created on tapes while the VSAM files
cannot. Also, VSAM files can have ALTINDX(alternate index)
while no such facility exists for PS files.

Is This Answer Correct ?    23 Yes 3 No

What is the difference between PS file and VSAM file?..

Answer / tanushree

Storage capacity of VSAM file is more than that of NON-Vsam file.
in VSAM if tale 1 trk => 1+1*122=123 extent allocation.
where as in NON-VSAM, for 1 trk => 1+1*15=16 extent allocation.

Is This Answer Correct ?    14 Yes 0 No

What is the difference between PS file and VSAM file?..

Answer / avinash kumar techrel

ps file is used for writing a program and storing data.but
vsam used only for storing data.ps file accessed
sequentially.but vsam accessed sequentially,randomlyand
dynamically.

Is This Answer Correct ?    10 Yes 1 No

What is the difference between PS file and VSAM file?..

Answer / vivek

VSAM files are used when we want to store data based on
some key fields(Eg: KSDS)
access method is indexed.
NON VSAM files like PS are used when we want to store data
which is not unique and also the access is sequential.

Is This Answer Correct ?    7 Yes 2 No

What is the difference between PS file and VSAM file?..

Answer / ram

online environment cannot access ps(batch)
but vsam can

Is This Answer Correct ?    4 Yes 1 No

What is the difference between PS file and VSAM file?..

Answer / vignesh

A)
1.ISPF panel or a standard JCL is used for creation of a PS
files.
2.AMS program is used to create the VSAM files

B)
1.Information about PS files is stroed as dataset labels in
the VTOC(VOLUME TABLE OF CONTENTS).
2.VSAM is stored in CATALOG.

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More VSAM Interview Questions

what do you mean by define model parameter?

0 Answers   IBM,


What is the VSAM-code field?

1 Answers  


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  


What is free space?

1 Answers  


can you specify some the distinctive features of a ksds, key sequenced dataset?

0 Answers   IBM,






How are different versions of GDG named ?

2 Answers   IBM,


Define dynamic processing?

0 Answers  


What is the difference between shroptions(2 3) and shroptions (4 3) in the Def CLUSTER ??

3 Answers  


what is the syntax of ams modal commands?

0 Answers   IBM,


Explain the significance of the shareoptions parameter?

0 Answers  


what do you mean by a vsam split?

0 Answers   IBM,


what is a base cluster in vsam?

0 Answers   IBM,


Categories