dbzTHEdinosauer
Global Moderator
Joined: 20 Oct 2006 Posts: 6966 Location: porcelain throne
|
|
|
|
unfortunately, the answer for the copybook question was given:
$$FILEM TCOLD=SYS2.xxxx.COPYLIB(zzzz),
$$FILEM TCNEW=SYS2.xxxx.COPYLIB(zzzz),
I don"t like the potental small blocksize on the output.
if there are many, many records that could have an effect.
boosting the AMP count on the vsam files could also help.
(but maybe file mananger is smart enough to buffer itself up as dfsort does)
and then again, a region size parm maybe holding back
the allocation of sufficient buffers to run,
what should be a compute bound process,
and making it an i/o bound processes.
i realize that we are sending the TS in several directions,
but as stated, we have no idea where to start.
having knowledge of the vsam process jesmsgs,
as well as a few important file attributes,
could possibly solve this problem, easily. |
|
sandeep.kumar
New User
Joined: 16 Aug 2021 Posts: 11 Location: India
|
|
|
|
Priyanka Pyne wrote: |
Hi,
I wanted to understand the below, how did you implement it? Could you please share the complete code?
I have created one tool using REXX and JCL which will compare two mainframe files in copybook layout.I am using filemanager to compare the files. But itis taking long time to give the output result. Is there any way which can expedite the comparison? |
|
|