I have VB file .. have a field VarChar(30)
example:
1111111111111111. (. is X'00')
I want to replace the . - X'00' to X'40' using ALTSEQ at position 17 in the VB file.
I tried the syntax -
OPTION COPY
ALTSEQ CODE=(0040)
Getting S806 error. Can you please suggest.