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

If I defined space as TRK(10,10) for the one file and lrecl
= 4K then tell me how many record will vsam file will
contain. will it 1,2,3,4,5 or how many,

Answer Posted / shriram10

TRK(10,10) means 10 tracks for primary and 10 tracks for
secondary space
for flat file 15 extents are available (1 for primary and 15
for secondary).
1 TRK = 56k
so, it will be like
[(10*1)+(10*15)]*56/4 = [10+150]*14 = [160]*14 = 2240

so Answer is we can place up to 2240 records in the flat file

correct me if i am wrong...
thanks

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to compare two datasets without using superce because output is limited to 133 bytes

2166


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

1268


Explain how can an in-stream dataset be terminated?

1413


what is use of dsn parameter in dd statement?

1201


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

2325


Explain about LMQUERY�give a dialog information about a data set

1510


Can I share my data with other jobs? How?

1196


What is use of restart and how to use it?

1362


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

1282


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

1131


State the uses of syspring, sysin, sort fields, sum fields and dummy.

1140


What parameter of the job statement is used to limit the cpu time consumed by the job?

1336


Is their any limit for data sets?

1244


What do you know about jcl?

1203


Is it possible to code instream data in a PROC?

1399