there are two cases which will always lead to a dump, no matter what you put in RSKC.
- The value that only consists of the single character '#' is not allowed because the initial input is masked with '#'.
- Values starting with the character '!' are not allowed, because variable entry is deleted at the first position due to this character.
you need to write a routine to replace the value in these specific cases.
M.