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
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
what is a jcl?
Explain the job statement in jcl?
What is the difference between the positional and keyword parameters? Give examples.
What is the significance of addrspc parameter in the exec statement?
What is condition checking in jcl? Is this possible?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what is use of dcb parameter in dd statement?
what are the various stages of job processing?
Is it possible to left uncode disp? If yes, how?
Name the statement which can be used to send data to another mvs jes3 node?
What is the purpose of dd * statement in jcl?
How can return codes be tested before execution of a job step?