I need a proc that will strip off the first four characters of a 10 character string and then insert an hyphen within every two characters of the remaining string.
Here is the input MG00097667
Here is the output 09-76-67
The commands to do it within a translate would be most helpful.