Page 1 of 1

Sending multi-segment messages with BTS

PostPosted: Wed Feb 26, 2014 9:51 pm
by Ed Goodman
Buddy is trying to test a program that was written to read in multi-segment input messages.

His BTSIN is currently:
TRANCODE 001*BODY    000000100001*TRAILER 001$ 


He says that he gets the first segment OK, but the second read gets the 'QC'

I've never done this, and I can't find examples of it in the books. Does this need to be formatted differently for BTS, like maybe:

TRANCODE 001*
BODY    000000100001
*TRAILER 001$ 


Or something like that?

Re: Sending multi-segment messages with BTS

PostPosted: Thu Feb 27, 2014 8:57 pm
by Ed Goodman
Apparently, the answer was:

TRANCODE 002*                             
BODY    000000100001*                   
BODY    000000100002*                   
TRAILER 002$