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
What is the function of //jcllib statement?
How do you access an uncatalogued dataset in a jcl?
What is Cataloged Procedures?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is one line to pass PARM from JCL to COBOL?
What dd statement is used to supply the name of a dataset?
What are the 2 types of parameters in dd statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How do you overcome this limitation ?
Are there any set of rules for the names of the steps used in a job?
a dd statement has 2 types of parameters. Name them?
Is condition checking possible in jcl?
What are some jcl statements that are not allowed in procedures?
what is the purpose of coding class parameter in job statement?
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 ?