I have @1000 VSAM files all of which hold the same data for different product types. The first part of the name of the file indicates the product type.
For example: Product1 filename is FD0001.PRODUCT.INFO, Product2 filename is FD0002.PRODUCT.INFO.
These files are to be read by a Cobol program that populates the "FDnnnn" part of the filename. Is there a way to have only one VSAM file definition in the JCL stream and query the JES catalog to get the right file, or some other way to avoid having a DD statement for all 1000 files?
------------------------------
Bruce Cheatwood
BWXT
Lynchburg VA US
------------------------------