I have an app that produces a rather large spoolfile. In order to send it to the appropriate outq and put it on hold i'm using an OVRPRTF command in the CL used to call it. However, if I try to use the SBMJOB command instead of a straight CALL in the CL it appears as if the OVRPRTF command is ignored. Am I missing a parameter(s) in the SBMJOB or in the OVRPRTF command that would allow me to submit rather than tie up the session while the app runs?