InterviewSolution
Saved Bookmarks
| 1. |
What is the importance of the Tranwrd function in SAS. |
|
Answer» TRANRWD, when APPLIED to a character string, replaces or eliminates all occurrences of a substring. By USING TRANWRD, you can scan for words (or patterns of characters) and replace them with a second word (or pattern of characters). Syntax: TRANWRD(source, target, replacement) Here,
Example: |
|