What is primary allocation for a dataset?
Answers were Sorted based on User's Feedback
Answer / guest
The space allocated when the dataset is first created.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / guest
The Primary allocation of the dataset is one which is used
by the program or jcl at the first priority. Once all these
primary allocation is used up, then only the secondary
allocation will be considered.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / eswaran
HI
I HAVE FACE THIS QUESTION MY CENTER
I HAVE CREATE DATASET ONLY DS NAME AND SPACE KEYWORD
PARAMETER BUT I DON"T INSERT THE RECORDS BECAUSE THESE
DATASET DEFAULT RECORD LENGTH(LRECL)=0.
NOTE:
U HAVE SEE THIS DATASET INFORMATION USING DISP=(NEW,CATLG)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / siri
it specifies the amount of primary space required terms of the space unit......one volume must have enough space for the primary allocation......
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
what is a cataloged procedure ?
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..???
which utility is used a dummy utility?
Explain how can return codes be tested before execution of a job step?
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
How do you pass parameters to the program as the job is being executed ?
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
Can we use empty VSAM as input?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
How to execute step2,step1,step3 when step1,2&3 are in order
what is the compile process of cobol program expalin with code