I want to use the Same JCL step using different input depending up on the dats.For example i have input file having 90000recoreds not i will spplit the file into 2. Now i have to process these two splited file thru same step.So how to recall or reuse the same step for other step. Please let me the code.
While this may not be an elegant solution what I would do is to set up a PROC with a substitution variable. I would then invoke the PROC n times using n EXEC cards with the file override substitution.