Hello,
I'm running into an issue where I have a job that allocates and deletes a very large file everytime its run. This job calls a program to process the records in this file. The issue is that when this file spans multiple disk packs, the other program incorrectly processes some data. The even bigger issue is that no error codes or abends are issued when this happens. We only know it has occured because some of the output is blank.
My question is, is there any utility that would let me know if the allocated PDS spans multiple disk packs. If it does, I just want to abend the job and rerun. I've been trying to looking into the functionality of IEBGENNER, or IDCAMS to possibly check some file attribute, and have been unsuccessful. Possibly a batch file-aid call?
Any suggestions?
Thanks,
Andy