This section presents retrieval examples for the IDMSIN file.
1. Print the ABEND codes for each ONLINE task which ABENDed
yesterday.
DATA;
SET DETAIL.IDMSIN01;
IF IDMTYPE='O';
PROC FREQ;
TABLES SINABNDC;
|
Copyright © 2014 CA.
All rights reserved.
|
|