Author: Bill Woodger
Subject: Reply to: OUTREC RDW NOT INCLUDED
Posted: Fri May 06, 2016 5:26 pm (GMT 5.5)
If you have a VB you have to offset all your data-locations by four. So your 1,1 in the INCLUDE, for instance, should be 5,1.
When you BUILD your output record, you must always include the existing RDW, which SyncSORT will then maintain for you. So your BUILD should start with 1,4, and then remember the offset for the data positions.
Subject: Reply to: OUTREC RDW NOT INCLUDED
Posted: Fri May 06, 2016 5:26 pm (GMT 5.5)
If you have a VB you have to offset all your data-locations by four. So your 1,1 in the INCLUDE, for instance, should be 5,1.
When you BUILD your output record, you must always include the existing RDW, which SyncSORT will then maintain for you. So your BUILD should start with 1,4, and then remember the offset for the data positions.