View previous topic :: View next topic |
Author |
Message |
cliven Beginner
Joined: 16 Jan 2004 Posts: 2 Topics: 1
|
Posted: Fri Jan 16, 2004 6:47 am Post subject: Odd F to V record conversion |
|
|
I have data on a Unix box which I have to move to a MVS box. Under MVS I require the data to be in a variable length record format, however the data has no record delimiter (it is binary), but I do know the length of each record and I could include this in the file as 2 or 4 bytes preceeding each record. I can get the data to the MVS box using CA-XCOM, but XCOM seems to have no way of being passed record lengths in this manner. I would like to avoid writing any code to interpret "my length" to do the conversion from F to V and am hoping that there is some easy to use utility which do it for me? Can I just edit the RECFMT attribute of an appropriately constructed fixed record length file? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Fri Jan 16, 2004 9:25 am Post subject: |
|
|
Cliven,
Can you use FTP? With FTP you can modify the attributes of the file. For some reason if you cannot FTP the file then you can convert the fixed Block(FB) file to Variable Block file using IEBGENER , SORT ...
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
cliven Beginner
Joined: 16 Jan 2004 Posts: 2 Topics: 1
|
Posted: Sat Jan 17, 2004 5:38 pm Post subject: |
|
|
I think I'm forced to use XCOM, so some sort of conversion is required. |
|
Back to top |
|
 |
|
|