We have some nightly multi-step jobs (some have 14 steps) with many batch jobs that get run, which creates print files each time the job runs. The folder for the print files has several folders under it, normally numbered, like 1 through 14 or whatever. That's standard of course, for jobs in general.
We were just making some changes to one of them and noticed that when we had a 2 steps containing the same job (different parms, and placed directly after the first one) it did not leave a print file in the matching step numbered folder - it actually overwrote the first one (just like a normal job would do). So we put them in a different order, not one after the other, and then we got the file created in its own folder. But we noticed that we still don't always get a file in the same "step #" folder that we would expect.
I tried to look for some documentation on what determines the creation of these numbered print file folders, specifically for multi-step jobs, but I can't find anything. Does anyone have any information on this or know where I can find it?