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


What is the difference between primary and secondary
allocations for a dataset?

Answers were Sorted based on User's Feedback



What is the difference between primary and secondary allocations for a dataset?..

Answer / guest

Secondary allocation is done when more space is required
than what has already been allocated.

Is This Answer Correct ?    49 Yes 6 No

What is the difference between primary and secondary allocations for a dataset?..

Answer / saikat dey

total storage of Space=(cyl,(5,10),rlse)is not 5 + 16*10 =
165 cylinders.

For sequential file total extent is 16 that not mean above.

Total space of it would be [(1*5)+(15*10)]=155 Cylinders.

Is This Answer Correct ?    33 Yes 2 No

What is the difference between primary and secondary allocations for a dataset?..

Answer / s

A dataset is created in extents. Extents are contiguous
space of tracks, cyls or blocks. The first extent is called
the primary allocation. As the dataset grows, dataset is
extended using secondary extents.

Is This Answer Correct ?    25 Yes 5 No

What is the difference between primary and secondary allocations for a dataset?..

Answer / nepal

5+10*15

Is This Answer Correct ?    26 Yes 9 No

What is the difference between primary and secondary allocations for a dataset?..

Answer / sash

Primary allocation is treated as an one extend. So total
space for a dataset would be Primary + 15 * secondary.

Is This Answer Correct ?    11 Yes 0 No

What is the difference between primary and secondary allocations for a dataset?..

Answer / satya prakash

For a Dataset in primary allocation is needed. The number is
close to the total requirement as possible. The secondary
quantity is an additional quantity that can be used only if
dataset exceeds the space allocated with the primary quantity

Is This Answer Correct ?    7 Yes 5 No

What is the difference between primary and secondary allocations for a dataset?..

Answer / jignesh patel

The primary allocation is the space units given to the
empty new dataset initially. Though primary & secondary
spaces are allocated during defination it wont allow the
dataset to use the secondary allocation till the time
primary allocation fully acquired by the data of that
dataset.

As mentioned above, dataset uses the primary & secondary
spaces in the sense of EXTENT mode. the memory allocated is
virtually departed in the 16 extents. System can allocate
primary + secondary*16 space units in the best case.

Is This Answer Correct ?    5 Yes 14 No

What is the difference between primary and secondary allocations for a dataset?..

Answer / saroja kolli

Primary and the secondary allocations are the space
allocated for a particular dataset.

Primary indicates that the mian storage allcoated and for
the specified dataset the storage allocated primarily is
not sufficient then it will go for the secondary extents.
Secondary allocation will be usually 16 extents

Example:
Space=(cyl(5,10),rlse) is specified for any dataset then
the dataset will be allocated with the total storage of
5 + 16*10 = 165 cylinders.

Is This Answer Correct ?    16 Yes 29 No

Post New Answer

More JCL Interview Questions

How to search strings in multiple dataset with conditions 'string1 & string2'?

1 Answers   IBM,


How to execute step2,step1, step3 if step1,2,3 are in order

8 Answers   CSC,


How are GDGs concatenated?

1 Answers  


What are the utility programs in jcl?

0 Answers  


How do you designate a comment in JCL?

1 Answers  


How jcl work to handle various input output file operations?

0 Answers  


What are the parameters that are used in creating a gdg?

0 Answers  


Explain about LMOPEN -

1 Answers  


How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?

1 Answers  


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

0 Answers  


Explain the purpose of dd * statement in jcl?

0 Answers  


How many days does a job remain in spool

7 Answers   Syntel,


Categories