Previous Topic: 5.3.2.3 VMXPCF Usage Considerations

Next Topic: 5.3.3 VMX System Global Data File (VMXSGP)

5.3.2.4 VMXPCF Data Retrieval Examples


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;