i have a ds routine that, in some cases, has to write entries to two hash files. in using the write statement, it appears that i can only write out one field plus the key at a time. so for a record with four fields, i do a writeu for the key and the first field and then a writevu and a writev for the other two fields. this seems like it shouldn't be necessary, but i haven't been able to figure out how to write the whole record out at once. help anyone???
thanks!!!
thanks!!!