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
Explain dd statement in jcl?
Is there any command to check wether the ps file is in sorted order?
what happens in conversion stage in job processing?
Is it possible to define dd statements as you want?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How does jcl specify the job to the operating system?
Explain the function of //cntl statement?
How to submit a jcl from cics?
How can the attributes of one sms dataset be copied to another dataset?
How jcl work to handle various input output file operations?
What is Cataloged Procedures?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How to submit jcl through a cobol program?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is jcl in mainframe?