When will we need to specify Space parameter ?
Answer Posted / g.naveen
If we creating a new dataset either pds or ps we need to
specify Space parameter.Space parameter is keyword
parameter in dd statement of Jcl
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
what is use of dsn parameter in dd statement?
What is the difference between the positional and keyword parameters? Give examples.
Differentiate between the joblib and the steplib statements?
How to run cobol program using jcl?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
what is DD statement is used in JCL?
Explain the function of job statement in jcl?
How do you create a temporary dataset?
Which dd parameters are required?
What is the format of comment statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Explain the job statement in jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How is a type of file defined in the jcl that executes the cobol program?