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

in vsam at the creation of cluster what is the use of RECSZ
parameter?

Answer Posted / ram

recsz means recordsize parameter
RECORDSIZE(maxlength, avglength)

if maxlength = avglength then fixed length record
if both are not equal then variable length record

eg..
recordsize(30,30)

Is This Answer Correct ?    11 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain in brief how you can create a vsam file?

1188


Explain the catalog?

1037


What is the function of entry sequenced data set?

1138


Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?

1216


Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.

2492


Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?

1076


What is the difference between lds and esds?

1102


what do you mean by a shareoptions parameter (shr) in define cluster command?

1409


What is a ci split? What is a ca split?

1268


Using alternate indexes in batch program?

1167


OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output

2565


what do you mean by the repro command?

1159


Using alternate indexes in cics program?

1068


what is buffering and how does it apply to vsam files ?

1236


what is the use of the file status clause in the select statement in vsam?

1159