What is the difference between primary and secondary
allocations for a dataset?
Answer Posted / 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 |
Post New Answer View All Answers
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What do you understand by jcl?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How would you understand error(execution phase)?
In job processing, what happens in conversion stage?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What is the function of //jcllib statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Can we use DISP=SHR in output file in JCL
What is the function of a dd statement?
How to run cobol program using jcl?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How can a fb file convert to vb file using sort program?
how would you create a temporary dataset? And where will you use them?
Brief description of inline procedure of jcl.