i'd like to delete datasets with in % in the high level qualifier but it dosn't work :
DELETE %CAFIF.SEQ.DATASET.*.FILE MASK
The error is :
IDC3238I A WILDCARD IN THE FIRST MASK QUALIFIER REQUIRES THE CATALOG
IDC3238I PARAMETER
IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12
In this link, i can read : https://www.ibm.com/support/knowledgece ... 6i2172.htm
[quoteThe high level qualifier of the filter key must be fully qualified unless the CATALOG parameter is also supplied. In other words, the high level qualifier cannot contain a *, ** or %. ABC%.DATA.SET and **.DATA.SET and A*.DATA.SET are all examples of an invalid mask. If you want to specify names like ABC%.DATA.SET or **.DATA.SET or A*.DATA.SET where the high level qualifier is not fully qualified, you must also specify the CATALOG parameter
][/quote]
Wich is the syntaxe for the catalog paramters ?