View previous topic :: View next topic |
Author |
Message |
whizkid79 Beginner

Joined: 29 Sep 2004 Posts: 53 Topics: 14
|
Posted: Fri Aug 19, 2005 4:42 pm Post subject: Writing to a VBS file |
|
|
Hi,
Is there a way to write data to a VBS (variable block spanned) file through REXX. Since EXECIO doesn't support write into a spanned file, there must be another way.
please let me know of any solutions.
Thanks,
Whizkid79 |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12377 Topics: 75 Location: San Jose
|
Posted: Sun Aug 21, 2005 2:44 am Post subject: |
|
|
whizkid79,
Did you trying writting in blocks?
Code: |
"EXECIO 10000 DISKW OUTFILE ( STEM rec."
|
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
whizkid79 Beginner

Joined: 29 Sep 2004 Posts: 53 Topics: 14
|
Posted: Mon Aug 22, 2005 8:18 am Post subject: |
|
|
Kolusu,
It didn't work. Showing the error:
Quote: |
IRX0509E Invalid record format for data set allocated to file FILEDD2. RECFM mu
st be fixed or variable. Spanned records or records with track overflow are not
supported.
IRX0670E EXECIO error while trying to GET or PUT a record.
|
Thanks,
Whizkid79 |
|
Back to top |
|
 |
|
|