I have a file with 500K records/id's in it. The record length of that file is 20 bytes.
File looks something like this :
1234561234567895000
0534789215432418940
9856214487995320043
6663332222111155571
1111205656500066310
2400000123563514004
.
.
.
0534789215432418940
9856214487995320043
6663332222111155571
1111205656500066310
2400000123563514004
.
.
.
I would like to convert these records in 1 column to rows. Each row should max have 32K id's in it.
the output would look like
1234561234567895000,0534789215432418940,9856214487995320043,6663332222111155571,1111205656500066310,2400000123563514004...
4235650212157458214,5421045450045875213,...
.
.
.
4235650212157458214,5421045450045875213,...
.
.
.
Is there some way I can do this thru utility eg SORT/FILEAID etc. If it is some other tool, then it will have to be moved to that forum.
we have SYNCSORT FOR Z/OS 1.3.1.0R version in our shop.
Let me know if any questions.
Thanks
akanchu.