Answer Posted / suputhru
concatenation is possible up to 16 pds or 255 ps
We can cancatinating diffent files by giving their DSN one after other, all the datasets must be same type.
rules: there should be logical record length must be same
and type recfm is also same
//jobcard
//step1 exec pgm=concat11
//ddname DD dsn=tst.punna.cobol,
// DD dsn=tst.punna.cobol1,
// DD dsn=tst.punna.cobol11,
// DD dsn=tst.punna.cobol211,
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Does jcl support automatic restart?
When output dataset space is required, what quantity categories are used?
How do you create a temporary dataset?
how JCL works?
What are the 2 types of parameters in dd statement?
what are the statements that are not valid to be included in an include statement?
What are the parameter we cannot use in procedure?
what happens in execution stage in job processing?
What is the syntax of JCL statement?
How does jcl specify the job to the operating system?
Explain the function of //jcllib statement?
How can a jobs execution priority be modified?
What do you understand by the terms: joblib and steplib?
what is use of dcb parameter in dd statement?
For what purpose steplib and joblib are used ?