  Merging records in a file? 
 The Question is:
 
I have two files each with one line and a CR at the end of the line.
 
How do I concatenate the two files removeing the CR, to produce one file with
 one line of data.
 
 The Answer is :
 
  So you wish to merge records in the files?
 
  A simple DCL command procedure could certainly do this.
 
  Alternatively, tools such as Perl or Python could be used.
 
 Answer written or last revised on  4-SEP-2001 
