Re: EXECIO DISKW Question

2011-06-01 Thread David Boyes
> > We want write a REXX EXEC , that do a Update in place. > > Another words, I need, read the record 1 from the file, and then > rewrite > the > > same record. > > Is possible? In addition to reading the manuals that Alan suggested, you should look for the RXFILEIO package on the VMWorkshop tape

Re: EXECIO DISKW Question

2011-06-01 Thread Mike Walter
ating System" 06/01/2011 10:28 AM Please respond to "The IBM z/VM Operating System" To IBMVM@LISTSERV.UARK.EDU cc Subject Re: EXECIO DISKW Question Yes, but be careful. Try: EXECIO 1 DISKRU ... -Chip- On 6/1/11 14:49 Sergio Lima said: > Hello List, > > We

Re: EXECIO DISKW Question

2011-06-01 Thread Alan Altmark
On Wednesday, 06/01/2011 at 10:50 EDT, Sergio Lima wrote: > We want write a REXX EXEC , that do a Update in place. > Another words, I need, read the record 1 from the file, and then rewrite the > same record. > Is possible? Yes. There are a few programming considerations: 1. If the file is

Re: EXECIO DISKW Question

2011-06-01 Thread Chip Davis
Yes, but be careful. Try: EXECIO 1 DISKRU ... -Chip- On 6/1/11 14:49 Sergio Lima said: Hello List, We want write a REXX EXEC , that do a Update in place. Another words, I need, read the record 1 from the file, and then rewrite the same record. Is possible? Thanks, Sergio

EXECIO DISKW Question

2011-06-01 Thread Sergio Lima
Hello List, We want write a REXX EXEC , that do a Update in place. Another words, I need, read the record 1 from the file, and then rewrite the same record. Is possible? Thanks, Sergio