how to write a jcl prog to copy alternate recs from ps1 to
another ps2,suppose ps1 having 10 recs?
Answer Posted / mahesh
//step1 exec pgm=iebgener
//sysut1 dd dsn=fss149.mahesh.ps1,disp=(shr)
//sysut2 dd dsn=fss149.mahesh.ps2,disp=shr
| Is This Answer Correct ? | 2 Yes | 23 No |
Post New Answer View All Answers
How can an in-stream dataset be terminated?
What is the function of the steplib dd statement?
How can the attributes of one sms dataset be copied to another dataset?
What is the function of //jcllib statement?
What do you understand by the term job time – out and how can you overcome that?
In job processing, what happens in conversion stage?
define cond parameter in jcl?
Explain dd statement in jcl?
Is condition checking possible in jcl? If yes, how?
what is the difference between JES3 and JES2?
Is it possible to left uncode disp?
What is condition checking in jcl? Is this possible?
Where can program checkpoints be stored for use in a restart?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?