what's the significance of freespace(0 0) and freespace(100
100)
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / saurabh shah
meaning of freespace(0 0) means default system
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / vivek
FREE SPACE IS AVAILABLE(DEFAULT) MEMORY OF THE MAINFRAME
| Is This Answer Correct ? | 1 Yes | 2 No |
a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is difference between Return Code, user completion code, Abend code and reason Code?
What are the kinds of job control statements?
how to skip the steps in JCl
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
what is the JCL statement consists of?
What is the use of disp parameter?
How many types of libraries are there in JCL ?
HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
What is the improvement to COND= in the latest version of MVS?
Name the system library from which modules are retrieved at execution