Sorry, that was a simple error of missing a piece from cut/paste on my part.tvssv wrote: SORT FIELDS=COPY -Added this statement because it was giving sort missing error
tvssv wrote:Can you please explain what is the use of INCLUDE=(1,4,CH,EQ,L(C'09IN',X'00000000',X'FFFFFFFF')),statment.
That is a simplified way of coding the following:
INCLUDE=(1,4,CH,EQ,C'09IN',OR,
1,4,CH,EQ,X'00000000',OR,
1,4,CH,EQ,X'FFFFFFFF')
1,4,CH,EQ,X'00000000',OR,
1,4,CH,EQ,X'FFFFFFFF')