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).
  • The default setting is 3.
  • A value of 0 disables Python Xtension warning message output.
  • A value of ALL echoes all Python Xtension warning message output.
  • The setting is included in the PRESERVE and RESTORE capabilities.

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.