Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
Posted: Mon Jun 29, 2015 10:17 am Post subject:
Magesh_J,
As William pointed out, you cannot have more than 64 characters for a symbol. I am guessing that you want to have a symbol to identify the valid alphanumeric and some special characters.
Just so you are aware with DFSORT V2R1 you can use the new UC, LC, MC, UN, LN and MN keywords (similar to the previously available NUM keyword) which now allow you to test a field for various combinations of alphanumeric characters or non-alphanumeric characters using binary (BI) format. The new keywords allow you to select any of the following alphanumeric character sets:
Code:
UC: Uppercase characters (A-Z)
LC: Lowercase characters (a-z)
MC: Mixed case characters (A-Z, a-z)
UN: Uppercase and numeric characters (A-Z, 0-9)
LN: Lowercase and numeric characters (a-z, 0-9)
MN: Mixed case and numeric characters (A-Z, a-z, 0-9)
Alternatively you can split the symbol values into multiple symbols and then validate them
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum