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 |
How to execute step2,step1,step3 when step1,2&3 are in order
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)
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
Max. No of DD statements in a job ?
How do you pass parameters to the program as the job is being executed ?
How to search strings in multiple dataset with conditions 'string1 & string2'?
how to resolve sb37,sd37 se37 abends
Explain about LMPUT-
how you will the direct the data to spool using sysout option?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What is the purpose of dd?
Differentiate between the joblib and the steplib statements?