what's the significance of freespace(0 0) and freespace(100
100)
Answer Posted / harsha
Freespace(%CI,%CA):- It means that how much % of CI is to
be left free and how much % of CA is to be left free.
Freespace(0,0):-Means that there will no free space. all
space would be used to store data.
Freespace(100,100):-Means that there will be only one
record written in the first CI of each CA.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How to do automated restart when a job abend?
what sort card you will use to copy the data from one dataset to another dataset?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What parameter of the job statement is used to limit the cpu time consumed by the job?
how you will the direct the data to spool using sysout option?
what happens in execution stage in job processing?
what happens in conversion stage in job processing?
How do you submit a job for execution?
How jcl work to handle various input output file operations?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What is Cataloged Procedures?
How do you access an uncatalogued dataset in a jcl?
what is the compile process of cobol program expalin with code
Why block size is multiple of lrecl in jcl?
How can a fb file convert to vb file using sort program?