This section presents a typical DEAINT retrieval example.
1. Print the times all systems were initialized yesterday.
DATA;
SET &pDEMX..DEAINT01;
IF DATEPART(ENDTS)=TODAY()-1;
PROC PRINT;
VAR SYSID STARTTS;
|
Copyright © 2014 CA.
All rights reserved.
|
|