List occurrences of changes in the CPU configuration that are
shown in the VMXPCF file.
DATA CPU;
SET &VMXX..VMXPCF01;
IF VMXSTCHG NE 'IC'; /* DROP INITIAL CONFIG DATA */
RUN;
PROC PRINT;
VAR SYSID VMXCPUAD VMXSTCHG ENDTS;
TITLE "History of CPU Configuration Changes";
RUN;
|
Copyright © 2014 CA.
All rights reserved.
|
|