When will we need to specify Space parameter ?
Answers were Sorted based on User's Feedback
Answer / 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 |
if u have any need to create PDS or PS through jcl ..then
you have to SPECIFY the SPACE keyword...
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / naga
if we want to create new data set, the space is mandatory
space areas in MF are cylinder,track,blocks.
Is This Answer Correct ? | 4 Yes | 0 No |
what is static and dynamic call with examples?
What are s0c1, s0c4, s0c5, s0c7 and socb?
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
Define concatenating?
can u execute a proc from another proc?
Explain dd statement in jcl?
If job is submitted with typerun = hold then how can we submit the same job?
what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..
how to run JCL thru COBOL.
What is the use of symbol // in jcl?
What are steplib and joblib? What for they are used?
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?