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 various stages of job processing?
What is the function of dd disp parameter?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What is the function of the dd mgmtclas keyword in sms datasets?
What are some jcl statements that are not allowed in procedures?
What are steplib and joblib?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is the use of disp parameter?
What is multithreading in jcl?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain about LMQUERY�give a dialog information about a data set
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.