Hello,
When I execute my cobol program using JCL, s322 timeout abend is occuring due to Migrated dataset.
If my input dataset is migrated, the job is not calling the dataset. Do I need to write any code to call Migrated dataset at runtime? Can the JCL itself call migrated datasets without user intervention?
I execute that cobol program around 300 times for different inputs. It is hard to check each and every dataset wether it is migrated or not?
Anyone Please help me out...