Functions and CALL Routines |
Specifies how deeply to search for the best parsing score.
Valid in: |
DATA step, PROC SQL, and SCL
|
- level
-
is the maximum depth permitted during scoring.
The DQPARSESCORDEPTH function sets the level of how deeply
to search for the best parsing score. LEVEL must be in the range from five
to ten inclusive, or zero. If at least one of the conditions is true, DQPARSESCORDEPTH
overrides the default scoring depth value. If zero is returned, there is no
override value in force.
The DQPARSESCORDEPTH function returns the previous value of the override
solutions depth.
The following example sets DQPARSESCORDEPTH to eight. The numeric variable oldDEFAULT
contains the scoring
depth previously in force.
oldDefault=DQPARSESCOREDEPTH(8);
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.