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,

Answers were Sorted based on User's Feedback



If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will..

Answer / srikanth kankatala

TRK(10,10) means 10 tracks of primary space and 10 tracks
of secondary space available for that VSAM data set.
For a VSAM file totally 123 extents are possible( 1 for
primary and 122 for secondary).

1 TRK = 56k

so the snswer is : [(10*1)+(10*122)]*56/4 = 17220

Ans : 17220 records can be placed in the given VSAM dataset.


Please let me know if it is wrong.

Is This Answer Correct ?    11 Yes 0 No

If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will..

Answer / 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

If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will..

Answer / srikanth kankatala

TRK(10,10) means 10 tracks of primary space and 10 tracks
of secondary space available for that VSAM data set.
For a VSAM file totally 123 extents are possible( 1 for
primary and 122 for secondary).

1 TRK = 56k

so the snswer is : 123*56/4 = 1722

Ans : 1722 records can be placed in the given VSAM dataset.

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More JCL Interview Questions

what's the significance of freespace(0 0) and freespace(100 100)

3 Answers  


oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset

3 Answers   Cognizant,


what is the purpose of coding class parameter in job statement?

0 Answers   IBM,


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

0 Answers  


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

0 Answers  


which utility is used a dummy utility?

0 Answers   IBM,


i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?

6 Answers   IBM,


What is RESTART? How is it invoked?

8 Answers   HSBC,


how to see the latest generation in gdg?

3 Answers   Deloitte,


What is the purpose of dd?

0 Answers  


Can we write same stepname for one or more steps in on job ?

2 Answers  


How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?

5 Answers   IBM,


Categories