Hello. I'm starting to work with Visual Cobol but I'm an old programmer RM / COBOL and COBOL-WOW. If visual Cobol really Cobol, I know how to handle this new Cobol numeric fields and their masks.
Working Storage Section.
01 Campos.
02 Sequence 02 pic 9 (9).
02 Amount pic S9 (9) V9 (2).
02 date.
03 year pic 9 (4).
03 months pic 9 (2).
03 day pic 9 (2).
02 Sequence-z pic zzzzzzzzz.
set amount TO TextBox17::Text().
Error 1 COBCH1624 : Cannot implicitly convert string to binary-long unsigned.
Error 4 COBCH0829 : Could not find method 'Amount' with this signature.
Please, let me know how visual Cobol, work it.




