tags:

views:

27

answers:

0

I want send text BBULK to ibm host i am doing like this tn = telnetlib.Telnet(HOST) tn.open(HOST,PORT) tn.write('BBULK') but its not working response i am geting is different i also tryed by ebcdic characters as as/400 system use that tn.write('\xc2\xc2\xe4\xd3\xd2') but still not working..

its working when i have to send numbers to host but i am not able to send this text

if anybody knows please help.thanks in advance