Type : CREATION_INTERNE
The processed data are literal character strings passed as parameters. Test results are stored in the temporary table 'work.test_results'.
| 1 | %let x=%mf_wordsinstr1butnotstr2(str1=xx DOLLAR x $CHAR xxx W MONNAME |
| 2 | ,str2=ff xx x xxx xxxxxx |
| 3 | ); |
| 4 |
| 1 | %mp_assert( |
| 2 | iftrue=( |
| 3 | "&x"="DOLLAR $CHAR W MONNAME" |
| 4 | ), |
| 5 | desc=Checking basic string, |
| 6 | outds=work.test_results |
| 7 | ) |