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 |
how can the same proc be re-used and called by many jobs?
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
Explain the purpose of dd * statement in jcl?
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
How can unused space allocation be returned to the system when a dataset is closed?
How to skip first step of a job? Can we use COND on the first step?
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
Explain the job statement in jcl?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How would you understand error(execution phase)?
Why block size is multiple of lrecl in jcl?
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?