Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

DFSORT/ICETOOL :: RE: How to concatenate string in JCL

$
0
0
Author: strg.mani
Posted: Sun Jan 08, 2017 4:12 am (GMT 5.5)

Hello Frank,

I used your code. It works perfectly fine for me. Can you help me, If the number of records are random but multiple of 2.
For example as following
----+----1----
**************
01DEC16T GB
24:00:00 59797
02DEC16F GB
24:00:00 59831
03DEC16S GB
24:00:00 59862
04DEC16S GB
24:00:00 59883
05DEC16M GB
24:00:00 59903



to the following


----+----1----
**************
01DEC16T 24:00:00 59797
02DEC16F 24:00:00 59831
03DEC16S 24:00:00 59862
04DEC16S 24:00:00 59883
05DEC16M 24:00:00 59903

Please let me know if this is even correct question.
_________________
Regards
Munish Sharma


Viewing all articles
Browse latest Browse all 8500