I need to determine if there are files existing with the high level qualifier aaxxx.test ie any files that satisfy aaxxx.test.*.* and continue processing of the jcl only if atleast one file exist.
(I am ftping some files from mainframe using the mput command - which abends out when there are no files present. I am trying to not run the ftp step if there are no files with the high level qualifier present.)
Could you please provide me some pointers for the same.