Hallo,
In a datastage routine, how can one append a record to the end of SEQ File?
This is what we would want the routine to do:
1. OPENSEQ
2. WRITESEQ (at end of the file)
3. CLOSESEQ
OPENSEQ, though, opens the file and moves the pointer to the beginning of the file? How can we move it to the end, or is there a better way to write the record?
In a datastage routine, how can one append a record to the end of SEQ File?
This is what we would want the routine to do:
1. OPENSEQ
2. WRITESEQ (at end of the file)
3. CLOSESEQ
OPENSEQ, though, opens the file and moves the pointer to the beginning of the file? How can we move it to the end, or is there a better way to write the record?