Some years ago we tried to convince IBM to provide an exit where it should be
possible to decide if the
file should be sent to RSCS or SMTP so they came up with the TCPEXIT EXEC but
that exit is not
always called so it was no use for us.
So the solution is to modify the SENDFILE EXEC if we change the default RSCS to
SMTP it then
works fine for us.
Original statement
PARSE VALUE 'NEW TYPE NOFILELIST LOG NOACK RSCS ASCII CLASS A',
'TRANSLATE STANDARD NODBCS NONE',
WITH oldnew optype optlist log ack transmeth transform,
class classc xlateopt xlate dbcsform subjval .
changed to
PARSE VALUE 'NEW TYPE NOFILELIST LOG NOACK SMTP ASCII CLASS A',
'TRANSLATE STANDARD NODBCS NONE',
WITH oldnew optype optlist log ack transmeth transform,
class classc xlateopt xlate dbcsform subjval .
/Mats Westlund