Hi All! Can anyone confirm or refute my understanding of GRS parameter parsing. I recently did an exclude of SYS1 datasets by using a generic RNLDEF
RNLDEF RNL(EXCL) TYPE(GENERIC) QNAME(SYSDSN) RNAME(SYS1) I found that this also happened to include the exclusion of temp datasets starting with SYS114ddd where 14 is YY By my thinking. I can eliminate this in several ways 1) RNLDEF RNL(EXCL) TYPE(GENERIC) QNAME(SYSDSN) RNAME(SYS1) 2) RNLDEF RNL(EXCL) TYPE(PATTERN) QNAME(SYSDSN) RNAME(SYS1.*) 3) Specifying specific SYS1 datasets for exclusion Unfortunately I can find no absolute proof of this. Can anyone comment ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
