This section presents a typical DEA_LF retrieval example.
1. Print a list of all terminals that had LOGIN failures for
node DEV1 yesterday.
DATA;
SET &pDEMX..DEA_LF01;
IF DATEPART(ENDTS)=TODAY()-1;
IF SYSID='DEV1';
PROC PRINT;
VAR DEXTERM;
|
Copyright © 2014 CA.
All rights reserved.
|
|