Author: sergeyken
Subject: Re: To Merge mutliple records into a single record
Posted: Sun Mar 12, 2017 1:37 am (GMT 5.5)
Your major problem is: full misunderstanding of the issue, and terminology.
The ALGORITHM is a sort of some abstract description of the process required to achieve the goal. It has absolutely nothing to do with any "language", neither JCL, nor REXX, nor anything else. (BTW, JCL itself cannot be used for these purposes; but utilities like SYNCSORT called from JCL can be used).
When prepared, the algorithm can be IMPLEMENTED using almost any available tool, or programming language.
Since you have demonstrated absolutely no understanding of the task at this level, any advice or explanation "in-general" would be useless. I refuse to provide you with final ready-to-use solution. First of all, RTFM.
Subject: Re: To Merge mutliple records into a single record
Posted: Sun Mar 12, 2017 1:37 am (GMT 5.5)
anandgbe wrote: |
Could you please suggest any algorithm to achieve this using JCL or REXX? |
Your major problem is: full misunderstanding of the issue, and terminology.
The ALGORITHM is a sort of some abstract description of the process required to achieve the goal. It has absolutely nothing to do with any "language", neither JCL, nor REXX, nor anything else. (BTW, JCL itself cannot be used for these purposes; but utilities like SYNCSORT called from JCL can be used).
When prepared, the algorithm can be IMPLEMENTED using almost any available tool, or programming language.
Since you have demonstrated absolutely no understanding of the task at this level, any advice or explanation "in-general" would be useless. I refuse to provide you with final ready-to-use solution. First of all, RTFM.