PXTWARNS Subcommand (SET command)
PXTWARNS
defines the number of trailing lines of warning messages that Python
Xtensions write to the output. The command accepts a single integer value greater than or equal to
0
or ALL
(write all warning messages).
Example
The following example displays the last 11 lines of warning message output from the Python Xtension.
SET PXTWARNS=11.
LINEAR_RIDGE jobcat WITH educ
/MODE FIT
/ALPHA VALUES=1
/CRITERIA INTERCEPT=TRUE STANDARDIZE=TRUE TIMER=5.0
/PARTITION TRAINING=70.0 HOLDOUT=30.