Answer Posted / sneha
//copy exec pgm=idcams
//syprint dd sysout=*
//sysut1 dd dsn=x.y.z.fb,disp=shr
//sysut2 dd dsn=a.b.c.vb,
// disp=(new,catlg,delete),
// dcb=(recfm=vb,lrecl=80,blksize=1600),
// unit=sysda,space=(cyl,(10,10),rlse)
//sysin dd *
repro infile(sysut1)-
outfile(sysut2)
/*
//sysout dd sysout=*
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What are the 2 types of parameters in dd statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How can the attributes of one sms dataset be copied to another dataset?
which utility is used a dummy utility?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Is automatic restart possible in jcl? If yes, how?
how would you create a temporary dataset? And where will you use them?
How to pass the parameter in parm using linkage section ? (syntax)?
What is the syntax of JCL statement?
What is the significance of addrspc parameter in exec statement?
Explain the job statement in jcl?
What is the function of a dd statement?
what happens in conversion stage in job processing?
What is job control language?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?