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

What do you know about jcl?

0 Answers  


When space is allocated for an output dataset, what units can be used?

0 Answers  


how to edit a tape dataset ? asked in wipro

1 Answers   Wipro,


i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you

3 Answers   L&T, Wipro,


IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?

2 Answers  


I've one sequential file, That file contains millians of Junk & CHAR recoreds example File 1 ,,,,,...,,,.....,.,.INFOSYS.....,,,,,,,,,,,WIPRO..........., ,...,..,. My questions is : I want omit the 44th posstion to 4 CHAR (WIPRO) remaining things I want output file (including Junk CHAR also)... How can we slove this problem & give me a syntax. Please provide the result as soon as possible.

5 Answers   CTS,


is there any utility for restarting a particular step in jcl reply soon ?

5 Answers  


Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???

5 Answers   IBM, UST,


I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.

1 Answers  


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?

3 Answers  


How can the submitting users racf authority be overridden in a job stream?

0 Answers  


wht do u mean by internal reader in jcl ? wht is the use of internal reader ?

1 Answers   Syntel,


Categories