What is the difference between primary and secondary
allocations for a dataset?
Answer Posted / 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 |
Post New Answer View All Answers
I need exexution process for JCL programs
What dd statement is used to supply the name of a dataset?
Explain about LMFREE�free data set from its association with data ID
Where & How Do You Code Identifier In Jcl?
Explain the purpose of dd * statement in jcl?
Which statement is used to identify the private libraries in job?
Where can program checkpoints be stored for use in a restart?
How is the record format of an output dataset specified?
Explain dfsort utility?
How would you understand error(execution phase)?
a dd statement has 2 types of parameters. Name them?
How to do automated restart when a job abend?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?