| |
GeekInterview.com > Interview Questions > Mainframe > JCL
| Print | |
Question: calculate total space allocated for file
Answer: If file is having space parm as SPACE=(CYL,(10,10)) i.e. 10 primary, 10 secondary. So how much cylinders totally it will take before dataset filled till end? |
| August 08, 2008 04:02:39 |
#2 |
| arun442 |
Member Since: August 2008 Total Comments: 3 |
RE: calculate total space allocated for file |
| In such case, the primary space which is 10 in this case used until it is finished then secondary memory(10) is stated to use, but secondary memory can be used 150 times, hence 150+10 =160 is total space available on the cylinder. |
| |
Back To Question | |