Hello Gianfranco,
From the zSecure Admin UI you can obtain online message help by typing: msg ckr1404
where you will see:
"This message indicates that an "ALLOC DSNPREF" statement for "TYPE=SMF"
yielded more than 100 data set name matches. Only the alphabetically first
100 will be processed."
Therefore you cannot use DSNPREF if you really need to allocate more than 100 separate SMF datasets without deleting the first 100 processed.
You would not want to use DELETE here, as you presumably do not want to delete these SMF datasets.
You could try running your report in batch and using a DD concatenation for your SMF datasets, but I'm not sure how much data is contained in each of your SMF datasets. This could be a very large amount of data to process, perhaps requiring large amounts of CPU and storage.
Regards, Mike
#ZSecurity#SupportMigration#Support