Search found 1 match
- Mon Aug 09, 2010 10:42 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Question about variable length
- Replies: 1
- Views: 2656
Question about variable length
I have a filter set up to extract a customers data that contains a variable described as PIC 9(11)V99, with a length of 13. This works fine. However the customer has now changes their specification to PIC 9(11)V99-. Broken down to: 9(11) = 11 bytes v = 0 bytes (implied decimal point) 99 = 2 bytes (d...