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
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What do you know about jcl?
Explain in DD statement what is the use of DCB parameter?
Define concatenating?
what operation is performed by job statement?
What does a disposition of (new,catlg,keep) for a dsn mean?
In job processing, what happens in conversion stage?
What is the function of the dd mgmtclas keyword in sms datasets?
What is the purpose of disp parameter?
Which dd parameters are required?
Suppose I have five jobs to do. But I want to hold one?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is “Cond= even” and “Cond=only”?
What parameter of the job statement is used to limit the cpu time consumed by the job?
In job processing, what happens in execution stage?