Page 1 of 1

Syncsort COBOL E15 exit -error

Posted: Fri Aug 01, 2008 12:52 pm
by sasi kiran patha
Hi,

I have coded a COBOL E15 Exit routine for modifying
a few records that meet certain criteria.

Both input and output files are VB.

The unaltered records are populated properly into sortout (i.e, moving 0 to return-code)

The modified records are seen as blank in output file
(i.e, moving 20 to return-code).

Please suggest me for fixing the behaviour.

Regards,
Sasi Kiran Patha.

Posted: Fri Aug 01, 2008 3:17 pm
by sasi kiran patha
hi , this is solved.
to rectify, i had to populate the record length
into depending on 'variable' of WORK record.