Author: Bill Woodger
Subject: Reply to: Syncsort - NULL in Integer field checking
Posted: Thu Oct 06, 2016 12:29 pm (GMT 5.5)
Gernerally, if the data is variably-located, you would use PARSE. If in fixed locations, of fixed size, just define the fields (start-positio,lenght - without data-type in a BUILD/OVERLAY/PUSH (generally) and with data-type for an IFTHEN.
Subject: Reply to: Syncsort - NULL in Integer field checking
Posted: Thu Oct 06, 2016 12:29 pm (GMT 5.5)
Gernerally, if the data is variably-located, you would use PARSE. If in fixed locations, of fixed size, just define the fields (start-positio,lenght - without data-type in a BUILD/OVERLAY/PUSH (generally) and with data-type for an IFTHEN.