HOW TO SORT RECORDS IN VSAM FILE?

Answers were Sorted based on User's Feedback



HOW TO SORT RECORDS IN VSAM FILE?..

Answer / sumit agnihotri

when we load a records through the REPRO command in the VSAM file so the input file must be sorted on the primary key using SORT utility ..
//sysin dd *

sort fileds = (1,5,ch,a)
/*
//

Is This Answer Correct ?    3 Yes 0 No

HOW TO SORT RECORDS IN VSAM FILE?..

Answer / pooja

by using pgm=sort
and in sysin dd pass sort fields(first coloumn no,lenth of
the character,ch,a/d)
a for ascending and d for descending

Is This Answer Correct ?    7 Yes 5 No

HOW TO SORT RECORDS IN VSAM FILE?..

Answer / sumit agnihotri

vsam file record are enter in a sorted order but when we
retrieve a records in KSDS so we specify a primary key
(unique) , in ESDS we enter a record in any order but
retrieve a records through the RBA (Relative byte address)
who r auto-generated, and also enter a record in any order
but retrieve records through the RRN (relative record
number)....
so the Answer is that we enter a records in a VSAM file
in a sorted order ....

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More VSAM Interview Questions

What are the building blocks used in vsam datasets?

0 Answers  


Why is it required to have a keyed directed retrieval?

0 Answers  


what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?

0 Answers   IBM,


explain the information contained in ci

0 Answers   IBM,


difference between vsam and database tables

0 Answers   IBM,






How do you calculate record size of an alternate cluster?

0 Answers  


What is the catalog?

1 Answers  


Is CA(Control Area) is part of CI(Control Interval)

1 Answers  


explain in brief why do vsam take more disk space than other utilities?

0 Answers   IBM,


How do you load a VSAM data set with records ?

2 Answers  


How can you create a VSAM dataset? Can you write a JCL for it?

4 Answers   IBM, TCS,


Explain the function of entry-sequenced data set?

0 Answers  


Categories