Z/OS DFSORT V1R10 Record Type F
Hi
Is there a way to use DFSORT to take an action on the next record based on the value of the current record?
INPUT IS FB LRECL 80
AAAAAAAAAAAA,
BBBBBBBBBBBB,
CCCCCCCCCCCC,
DDDDDDDDDDDD,
EEEEEEEEEEEE,
FFFFFFFFFFFF,
GGGGGGGGGGGG,
HHHHHHHHHHHH,
Expected output is FB LRECL 80
When i/p record = EEEEEEEEEEE make the next record spaces 1 - 12
AAAAAAAAAAAA,
BBBBBBBBBBBB,
CCCCCCCCCCCC,
DDDDDDDDDDDD,
EEEEEEEEEEEE,
,
GGGGGGGGGGGG,
HHHHHHHHHHHH,
Thanks for your help