0

We can specify numbers up to 99 with length IFA_LLNUM, as well as strings up to 999 with LLLCHAR, but how can we specify a number with a fixed length of 8 or specify a string with a fixed length of 12

Ddll
  • 85
  • 8

1 Answers1

0

You can use org.jpos.iso.IF_CHAR for that.

apr
  • 1,288
  • 7
  • 8