Slide 77 of 80
Notes:
- A few examples using ANYPARM and the anyparm function are shown in other parts of this talk, with respect to capturing an INFO= string.
- The only way to get an ANYPARM parameter value to default to “” (empty string) is as follows: ANYPARM p = ![“”] # correct ANYPARM p = “” # wrong - default value is literally the two quote marks