Replace characters in the translation table starting at a specified position. The REPLACE statement places the values in the table starting at position 0. You can use hexadecimal strings of any length in the REPLACE statement. This example uses strings of length 16 to match the way that translation tables appear in the SAS log.


   replace 0
   '00010203a309e57ff9ecc40b0c0d0e0f'x
   '10111213a5e008e71819c6c51c1d1e1f'x
   'c7fce9e2e40a171beaebe8efee050607'x
   'c9e616f4f6f2fb04ffd6dca2b6a7501a'x
   '20e1edf3faf1d1aababfa22e3c282b7c'x
   '265facbdbca1abbb5f5f21242a293bac'x
   '2d2f5fa6a6a6a62b2ba6a62c255f3e3f'x
   'a62b2b2b2b2b2b2d2d603a2340273d22'x
   '2b6162636465666768692d2ba6a62b2b'x
   '2d6a6b6c6d6e6f7071722da62d2b2d2d'x
   '2d7e737475767778787a2d2b2b2b2b2b'x
   '2b2b2b5f5fa65f5f5fdf5fb65f5fb55f'x
   '7b4142434445464748495f5f5f5f5f5f'x
   '7d4a4b4c4d4e4f5051525f5f5fb15f5f'x
   '5c83535455565758595a5f5ff75f5fb0'x
   '30313233343536373839b75f6eb25f5f'x
   ;