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 |
When we give TYPERUN = SCAN , what are the syntax errors we get?
What is dummy parameter in JCL??
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
Explain how can the submitting users racf authority be overridden in a job stream?
how can u understand ps and pds from their names ?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
What is the use of the utility DFSRRC00 in the JCL?
Suppose I have five jobs to do. But I want to hold one?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
how do u send return code from cobol to jcl ?