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

Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?

4 Answers  


What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?

1 Answers  


i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.

1 Answers   TCS,


if we give two job cards in a single what happens

3 Answers   IBM,


Explain the purpose of the dd keylen parameter?

0 Answers  






Is acct parameter mandatory?

0 Answers  


How do you designate a comment in JCL?

1 Answers  


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

0 Answers  


How many instream we can write in single jcl?

1 Answers  


We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?

9 Answers   CSC, IBM,


Explain the function of job statement in jcl?

0 Answers  


i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?

1 Answers   IBM,


Categories