The dataset names will not change from week to week. The size of the files may change so the VSAM RRDS file must be deleted and redefinesd. There can be up to 300 files, so I don't want to have to d ...
I need to upload a large number of big files each week to MVS. The current method is to FTP the files to sequential files and then run IDCAMS to delete and deifne the VSAM RRDS files and then REPRO th ...
I'm writing a tcp/ip application to upload weekly files from Windows to MVS VSAM RRDS files. I want to dynamically delete/create the VSAM RRDS file in my MVS client. According to the documentation, ...