List occurrences of changes in the device configuration that
are shown in the VMXDCF file.
DATA DEVICE;
SET &VMXX..VMXDCF01;
IF VMXSTCHG NE 'IC'; /* DROP INITIAL CONFIG DATA */
RUN;
PROC PRINT;
ID SYSID;
VAR VMXDVSID VMXDVDEV DEVTYPE VMXSTCHG ENDTS;
TITLE "I/O Subsystem Configuration Changes";
RUN;
|
Copyright © 2014 CA.
All rights reserved.
|
|