I'm new at this and could use some help with edit masking.
First, I want to verify that I am doing something correctly. I have a parameter to be entered that should be upper case, all letters (although the default is '*') and must be at least three characters but not more than 5. I have >&&&CC. Is that correct? I was using L to force a letter, but I don't think that will work because of the default.
Also, I want anything the user enters to be changed to uppercase. Can I just put a'>' in the masking field on the parameter default screen? It seems like it insists on specifying the field lengths on each. This is a pain for fields that are 30 characters in length.
Suggestions? Thanks.
First, I want to verify that I am doing something correctly. I have a parameter to be entered that should be upper case, all letters (although the default is '*') and must be at least three characters but not more than 5. I have >&&&CC. Is that correct? I was using L to force a letter, but I don't think that will work because of the default.
Also, I want anything the user enters to be changed to uppercase. Can I just put a'>' in the masking field on the parameter default screen? It seems like it insists on specifying the field lengths on each. This is a pain for fields that are 30 characters in length.
Suggestions? Thanks.