Hi
I have a string (user / pwd) and need to pass it in ebcdic format in the send buffer. I have correlated the user in the send buffer.
(Connecting to Iseries. )
if i pass the string the script fails. If i pass the value in ebcdic (define my parameter value in ebcdic) it works.
send buf13 41
"\x00"
"'"
"\x12"
" "
"\x00\x00\x04\x00\x00\x03"
"\a=ñ"
"\x11\x06"
"{User}"
"\x11"
"\a5×ÁââæÖÙÄ@@ÿï"
Please help
Thanks