Hi Friends,
I have the below requirement. There is no key field in the file A & B. Can I use JOIN to achieve this. Just some pointer will do. Please help
File A - record length 4
ABCD
BCDE
CDEF
File B - record length 6
123456
234567
I want the output like this
File C - record length 10
ABCD123456
ABCD234567
BCDE123456
BCDE234567
CDEF123456
CDEF234567