Hi,
I have my layout like
01 cust-record x(100) A
03 cust-name x(19) A
03 cust-addr x(30) A
Now i want to change this layout as
cust-record w 100 A
cust-name cust-record 1 19 A
cust-addr cust-record 20 50 A
i tried with JCL and RExx but i am not able to insert Cust-record in this conversion. Please help me from this. is there any JCL or REXX program which makes it possible.